条纹支付到银行账户
Stripe Payout to Bank Account
我们在 MVC Web 项目中使用 Stripe。我想弄清楚如何从我们的条纹帐户向任何人的银行帐户汇款。
我找到了这个文档,但是它们都不适合我们的场景。本文档解释了如何接受 ACH 付款,但我们需要发送而不是接受:
https://stripe.com/blog/accept-ach-payments
另一个解释了如何使用 Stripe Connect 汇款,但在这种情况下,收款人必须有 stripe 帐户:
https://stripe.com/docs/connect/express-accounts
有没有办法直接汇款到别人的银行账户?
不,这些被称为 "Payouts" and they require the use of Connect and Connected Accounts which have external accounts 您可以支付给。
向用户付款的完整指南here。
我们在 MVC Web 项目中使用 Stripe。我想弄清楚如何从我们的条纹帐户向任何人的银行帐户汇款。
我找到了这个文档,但是它们都不适合我们的场景。本文档解释了如何接受 ACH 付款,但我们需要发送而不是接受: https://stripe.com/blog/accept-ach-payments
另一个解释了如何使用 Stripe Connect 汇款,但在这种情况下,收款人必须有 stripe 帐户: https://stripe.com/docs/connect/express-accounts
有没有办法直接汇款到别人的银行账户?
不,这些被称为 "Payouts" and they require the use of Connect and Connected Accounts which have external accounts 您可以支付给。
向用户付款的完整指南here。