#mckeemi_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1329472370846728243
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hi
If you want to connect an already-existing account then you need to use OAuth: https://docs.stripe.com/connect/oauth-standard-accounts
When the user goes through that flow they will have the option to either connect their existing account or create a new account.
If you use the standard Connect Onboarding flow (https://docs.stripe.com/connect/standard-accounts) then that will create a new account every time.
OK we must be using the Connect Onboarding flow, thank you
There's no way to do it with the onboarding flow I assume then?
Not with the Connect Onboarding flow, no. Only with the OAuth flow. You can use both flows in the same account though -- you would just need to check with your user ahead of time whether they are onboarding an already-created account or not.