Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Split payments to multiple vendors by stripe api?

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?

like image 377
israr Avatar asked Oct 17 '22 21:10

israr


1 Answers

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.

like image 115
Israr Sardar Avatar answered Oct 21 '22 04:10

Israr Sardar