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