#filipelopes
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Yes, if you want to do multi-party payments, each client will need to have a dedicated Stripe account. There's a Stripe product that supports this - Stripe Connect.
You can read more about this here: https://stripe.com/docs/connect
There's many different ways to use it. Please read through the docs and let me know if you need any help.
For your use case, you will need to look into Separate Charge and Transfer: https://stripe.com/docs/connect/charges-transfers
This will allow you, as Connect Platform, to collect payments from your customers and only Transfer it to the Connected Accounts (clients, e.g. drivers in Uber) after some time, when you want.
Please, let me know if you have any other questions.