简体   繁体   English

如何使用Stripe API将钱汇到其他人的银行帐户

[英]How to send money to other people's bank account with stripe api

I'm trying to understand Stripe Connects api. 我正在尝试了解Stripe Connects api。 I've a platform where people come and sell their products and customer will pay immediately but I want to hold it in escrow and release it later. 我有一个平台,人们到这里来销售他们的产品,客户将立即付款,但是我想将其保留在第三方手中,然后再发布。 That is fine but my all sellers might not have stripe account and just have bank accounts. 很好,但是我所有的卖家可能没有分行帐户,而只有银行帐户。

I checked this api https://stripe.com/docs/api/php#create_charge which allows destination and platform fees as well but the problem is it requires stripe account of my sellers too. 我检查了这个api https://stripe.com/docs/api/php#create_charge ,它也允许目的地和平台费用,但问题是它也需要我的卖家的分条账户。 Can I directly send money to their bank accounts and save my commission only on stripe ? 我可以直接将钱汇到他们的银行帐户中,而只在条纹上保存我的佣金吗?

I can't find any API for it or any similar solution if anyone have. 我找不到适合它的任何API或任何类似的解决方案(如果有的话)。 Suggestions are appreciated. 建议表示赞赏。

In your case, your sellers will need to have Stripe accounts. 在您的情况下,您的卖方需要拥有Stripe帐户。 It's not possible to directly payout funds from your Stripe account to an unconnected bank account(Stripe is required to perform various know-your-customer checks before allowing payouts). 无法从您的Stripe帐户直接将资金支付到未连接的银行帐户(Stripe必须先执行各种了解您的客户的支票才能允许支付)。 You will need to use Connect, so you should check the Stripe Connect docs on payouts. 您将需要使用Connect,因此您应该检查有关支出的Stripe Connect文档。 [0] But to summarise: [0]但总结一下:

In Standard Connect, you cannot trigger payouts from the connected account balance to a bank account- the payout schedule is controlled by the connected account holder as they manage the Stripe account. 在Standard Connect中,您无法触发从关联帐户余额到银行帐户的付款-付款时间表由关联帐户持有者控制Stripe帐户来控制。

If you use Express or Custom Connect, you as the platform can control when payouts from the connected account occur. 如果您使用Express或Custom Connect,则您可以作为平台来控制何时从已连接帐户中进行付款。

[0]- https://stripe.com/docs/connect/payouts [0] -https://stripe.com/docs/connect/payouts

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM