以条带形式向外部用户支付金额

发布于 2025-01-15 08:10:34 字数 219 浏览 3 评论 0 原文

我正在开发一个有客户和卖家的应用程序。对于付款,我使用 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

辞旧 2025-01-22 08:10:34

我也有同样的情况。我给支持团队发了一封电子邮件,他们说目前 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.

  • You can register on some other platform like:

https://developers.dwolla.com/guides/send-money/create-a-customer

OR

  • You can provide a gift voucher to the user:

https://help.giftup.com/article/188-stripe-subscriptions-coupons

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文