Search code examples
apistripe-paymentspaymentpaypal-adaptive-paymentsstripe-connect

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?


Solution

  • 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.