我正在开发一个有客户和卖家的应用程序。对于付款,我使用 stripe API。我已经完成了客户部分,通过他们的卡接受了购买时的付款。现在我想向卖家转账,但是stripe没有提供向外部用户银行账户转账的功能。
我尝试使用 stripe connect 从 API 创建卖家 Stripe 帐户,但它们显示为受限,并且需要我没有的每个卖家的业务信息。
如果有人知道解决方案并有替代方案,请帮助我。
I'm developing an app having customers and sellers. For payments I'm using stripe API. I've already completed the customer part by accepting the payment from them on purchase through their cards. Now I want to transfer payments to the sellers, but stripe doesn't provide the feature to transfer payment to the bank accounts of external users.
I tried creating Stripe accounts of sellers from API using stripe connect, but they are showing as restricted and require business information of every seller which I don't have.
If anyone knows a solution and has an alternative, kindly help me.
发布评论
评论(1)
我也有同样的情况。我给支持团队发了一封电子邮件,他们说目前 stripe 不支持直接传输,但将来可能会支持。 您可以将金额转移给那些在您那里注册为 stripe connect 用户的用户,为此您必须强制用户在 stripe 上注册。
https://developers.dwolla.com/guides/send-money/create-a-customer
或者
https://help.giftup.com/article/188-stripe-subscriptions-coupons
I had the same scenario. I sent an e-mail to the support team and they said that currently stripe does not support direct transfer but may in future. You can transfer amount to those users who are registered with you as a stripe connect user and for that you have to force user to register on stripe.
https://developers.dwolla.com/guides/send-money/create-a-customer
OR
https://help.giftup.com/article/188-stripe-subscriptions-coupons