I am creating react native app with laravel backend. App is similar to uber where there are two types of users: passenger, drivers. When passengers book a ride they pay ride amount that. I need to transfer passenger paid amount to drivers minus fee. How can this be achieved using stripe connect ?
I tried using stripe connect by I dont understant how to make connected accounts for drivers on my side
If you want to pay drivers, then you have to use Stripe Connect and each driver needs to have a Stripe account. To get started, you need to decide two things:
If you plan to use Express with Destination Charges, then I recommend following this guide.