简体   繁体   English

条带化一次连接费用并划分到多个关联的卖方帐户

[英]stripe connect charge once and divide to multiple connected seller accounts

let say following is an order: Item A - $10 - Seller A Item A1 - $15 - Seller A Item B - $20 - Seller B 假设以下是订单:商品A-$ 10-卖家A商品A1-$ 15-卖家A商品B-$ 20-卖家B

Subtotal - $45 Postage Fee - $16.98 Order Total - $61.98 小计-$ 45邮费-$ 16.98订单总额-$ 61.98

Now I have implemented stripe connect and it works fine with only one seller. 现在,我已经实现了条带连接,并且仅对一个卖方有效。 I have used Collecting platform fees ( https://stripe.com/docs/connect/destination-charges ). 我已经使用了收取平台费用( https://stripe.com/docs/connect/destination-charges )。 But how do I split up charge and send correspond amount to multiple seller connected account? 但是,如何分配费用并将对应的金额发送到多个卖家关联帐户?

Help appreciated... 帮助赞赏...

If you and your sellers are based in the US, you can use the separate charges & transfers method. 如果您和您的卖家都位于美国,则可以使用单独的费用和转帐方法。

Otherwise, you can use destination charges like you mentioned, but you'd need to create one charge per seller. 否则,您可以像上面提到的那样使用目的地费用 ,但是您需要为每位卖家创建一项费用。

In any case, I recommend you write to support at https://support.stripe.com/email and explain your business model with as much detail as possible, so that we can advise you on which payment flow you should use. 无论如何,我建议您在https://support.stripe.com/email上写给支持部门,并尽可能详细地解释您的业务模型,以便我们可以建议您应使用哪种付款流程。

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

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