#smriti_docs
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/1289187518067249184
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Generally, you wouldn't re-use an existing Stripe account when onboarded them to your platform. You'd use the API to create an Account, generate an Account Link to onboard them and then when your user visits the link they can authenticate with their Stripe email/password and select the account to onboard
Yes, we tried this but after entering the existing email and password we didn't receive the already existing account list. Any settongs for this?
we didn't receive the already existing account list
I don't know what that means
The onboarding flow will generate a new unique acct_xxx ID yes
I received the list but this is only the accounts already created in platform account
I need to link to account already created with stripe with same email outside platform account
I'll delete that screenshot as it contains PII
As explained, you cannot
Why specifically do you need to connect a specific account?
Because the customer is using 2 different ecommerce sites but want to store all payments at one stripe account only.
And we are using checkout session create api which can be generated only with platform linked connected accounts
Can we create checkout session for any account outside platform?
No, they need to be conncted
AFAIK there is no way to retain a unique acct_xxx ID across two platforms like you describe. You can maybe try via the OAuth flow: https://docs.stripe.com/connect/oauth-standard-accounts
But I think that creates a new acct_xxx under the hood too