#kaifresh187
1 messages · Page 1 of 1 (latest)
hi there!
hello!
if you want to send money to users, then you have to use Stripe Connect and the users need to have a Stripe account.
Ok that makes sense. Is it possible to programatically create a Stripe account on their behalf? Or is that something they would have to do themselves?
the classic flow is:
- you create the account with the API
- and then you redirect them to a URL so they can fill the information needed
ok nice. Is this a typical use case for Stripe connect? I have used Connect previously but only in using other developers' white label Stripe products
by contrast, this is technically setting up Stripe connect on behalf of some of our customers
you can learn more about account types and onboarding for connect here: https://docs.stripe.com/connect/accounts
Ok thanks