简体   繁体   中英

Split recurring payment with Stripe

I'm creating a website to let users split the cost to rent things. I need to charge users monthly, splitting the total payment between x users. What is the best way to do this with Stripe?

From looking at the documentation, I've seen Stripe Connect has multiple charge types including 'separate charges', which let you split a one-time charge between multiple users. However, I don't see a way to split recurring charges - the subscriptions page doesn't mention separate charges, and I don't see a way to split a subscription fee.

The only way I can think of to do this is to build separate Stripe products for every possible split between people. For example, if the monthly rental cost is $600, I could create one product for a 2 person split ($300), one for a 3 person split ($200), and so on (up to at least 10 people). The problem with this is I have several things on the site, all with different rental costs, so I would have to create hundreds of different Stripe products. I'd also like to be able to adjust rental costs if needed, which would mean recreating all these split products. Is there a better way to do this? I'm open to using another platform but would prefer Stripe since I'm familiar with it.

I'm not following the problem. How would you do it for a one time charge?
Retain the info and submit it monthly.
This has the advantage of leaving you in control of the recurring charges, since it sounds like your splits will be changing more often than what I think if as a typical subscription.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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