6

I am building a website for event planners where vendor register there services and consumer book there services. Consumers can select multiple vendors for their events. I have to get payment from user and split to multiple vendors. Using paypal I have adaptive payments method, but what should I do stripe payments?

israr
  • 1,155
  • 15
  • 28
  • 1
    Possible duplicate of http://stackoverflow.com/questions/34284090/how-split-payments-by-stripe-api – Husnain Aslam Dec 01 '16 at 08:04
  • Indeed, Connect is Stripe's product for accepting payments on behalf of others and (optionally) split funds between them and yourself. The linked answer above explains this in more details. – Ywain Dec 01 '16 at 14:21
  • @Ywain But I want to split between multiple service providers(vendors). – israr Dec 02 '16 at 07:01
  • 1
    At the moment, Connect only lets you split a payment between yourself and one third-party. Stripe is looking to allow for more complex payment flows where a payment could be split with multiple third-parties, but that's not possible just yet. – Ywain Dec 02 '16 at 11:06

1 Answers1

4

I have worked on Stripe simple payment as well as Stripe connect. I have used both stripe Manged account and Stripe Standalone accounts. At the moment, Connect only lets you split a payment between yourself and one third-party. Stripe is looking to allow for more complex payment flows where a payment could be split with multiple third-parties, but that's not possible just yet.