简体   繁体   English

如何集成Stripe Connect和Checkout产品

[英]How can I integrate Stripe Connect and Checkout products

I am using Stripe Checkout on my web application but now I would like to move to Stripe Connect since I have to support split payments to different stripe accounts. 我在我的网络应用程序上使用Stripe Checkout但现在我想转移到Stripe Connect,因为我必须支持对不同条带帐户的拆分付款。 Before with Checkout was enough because all the funds went to my account and then I managed them accordingly but now some payments should have to be split and go to the Customer Stripe account and my stripe account as well. 在使用Checkout之前已经足够了,因为所有资金都转到了我的帐户,然后我相应地管理了它们,但是现在应该拆分一些付款并转到Customer Stripe帐户和我的条带帐户。

So, I would like to still use the amazing Stripe Checkout Pop-up but I need to integrate it with the Stripe Connect API behind the scene. 所以,我仍然想使用惊人的Stripe Checkout Pop-up,但我需要将它与场景后面的Stripe Connect API集成。 Is that possible? 那可能吗?

Thanks! 谢谢!

Yes, this is possible. 是的,这是可能的。 Checkout is only used to collect and tokenize the customer's payment information. 结帐仅用于收集和标记客户的付款信息。

What you do with the token in your server-side code is up to you. 您在服务器端代码中使用令牌所做的事情取决于您。 You can use the token to create charges with Connect , either directly or through the platform . 您可以使用令牌直接通过平台Connect创建费用。 Tokens created with a platform's publishable key can be used on the platform's account itself but also on any account that's connected to the platform. 使用平台的可发布密钥创建的令牌可以在平台的帐户本身上使用,也可以在连接到平台的任何帐户上使用。

If you have further questions, I recommend you reach out directly to Stripe's support at https://support.stripe.com/email and explain your business model and desired flow of funds so we can give you advice that's tailored to your needs. 如果您还有其他问题,我建议您直接通过https://support.stripe.com/email与Stripe的支持联系,并解释您的业务模式和所需的资金流量,以便我们为您提供根据您的需求量身定制的建议。

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

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