首页 > 解决方案 > Plaid + Stripe 从我的账户转移到 Plaid 认证的银行账户

问题描述

有没有办法喜欢从 Stripe 转移到经过身份验证的 Plaid 帐户?

在 Stripe 文档中有一个transfer对象,但它有一个destination属性,该属性将是另一个 Stripe 帐户(如果我错了,请纠正我)。

我想知道我是否可以使用bank_account_token将在 Plaid 中生成的(在进行 ACH 转账时)将destination我的银行账户在 Stripe 转账中链接到另一个由 Plaid 认证的银行账户。

所以这就像进行 ACH 转账,但反过来(从我的账户到客户账户)

对不起我的英语不好,感谢任何可以帮助我的人。

标签: stripe-paymentsplaid

解决方案


Stripe 有关于如何与 Plaid 集成的非常全面的文档:https ://stripe.com/docs/ach#using-plaid


推荐阅读