React native Stripe Connect implementation for customers. Uber similar app

261 Views Asked by At

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

1

There are 1 best solutions below

2
soma On

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:

  1. Which type of connected account you want to create (Standard, Express, or Custom). You can learn more about this here.
  2. Which type of charge you want to create (Direct, Destination, or Separate Charges & Transfers). You can learn more about this here.

If you plan to use Express with Destination Charges, then I recommend following this guide.