codesydney / marketplace-app-for-good

1 stars 1 forks source link

MA3-2: Service Provider Post Sign-Up Onboarding #29

Open davidtaing opened 3 months ago

davidtaing commented 3 months ago

Description After a new service provider signs up and logs in, we want to display a prompt to set up a Service Provider Profile and to complete onboarding via Stripe.

Context When a service provider sign-ups, our application will create an account with Stripe Connect and get an onboarding url.

This onboarding url will take the user to a hosted Stripe form where the Service Provider will have to verify their identity along with their business details.

This url along with the onboarding status is currently stored in the stripe_users table.

image Note: This table will also store Stripe Customers for our customer users along with Stripe Connect accounts for our service providers.