#bongowilliams
1 messages · Page 1 of 1 (latest)
https://docs.stripe.com/connect/oauth-reference you can use the OAuth flow to connect an existing stripe account to your platform
We do use the oath flow. do we need to set anything specific to allow users to connect to an existing account?
No, this is not Oauth flow. I'd suggest you go through the doc that I shared earlier to learn how to use Oauth flow.
okay thank you
will that oauth flow allow users to create stripe connect accounts or is it somehting we'd need to use separately ?
Ie add an option for our users to do one or the other?
Again, please read the doc
i defintely will read it, thank you. But I mean if you know the answer you could just say yes or know too 🙂 woudlnt hurt would it?
No you don't need to explicitly create a Stripe account if you are using the OAuth flow
okay thnak you. if our users dont have a stripe account yet, can they create one with that OAth flow in the same was as they were with teh create stripe connect flow we had before?
Ive read the document and it appears that we can use Oath to both allow users to create a new stripe connect business profile account, but also connect to their existing account?
rather than providing two options in our UI. one to create a new accunt (existing workflow) , one to connect to an existing account
Yes you can do that. But be aware that not all connected accounts can be connected to more than one platform.
It's recommended to use /v1/accounts to create a new account for your user.
okay, so in that case would it be best to have two options? one to Oauth connect existing account, and one to create a new account?
My personal opinion is always create new connected accounts for your users instead of connecting existing Stripe accounts.
okay
thank you
and why is that? just because of the reason that some accounts cant connect to more than one platform or is there any other reasons too?
https://support.stripe.com/questions/standard-accounts-with-platform-controls if the account is created after June 16, 2021, that account can only be connected to one platform, and will not be able to connected to another platform.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
okay so they'd need to create a new stripe connect account for our platform anyway. Because stripe would prefer a different account per platform?