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.
Note: This table will also store Stripe Customers for our customer users along with Stripe Connect accounts for our service providers.
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.Note: This table will also store Stripe Customers for our customer users along with Stripe Connect accounts for our service providers.