#smriti_docs

1 messages ¡ Page 1 of 1 (latest)

simple dawnBOT
#

👋 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.

solid island
#

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

clever canopy
#

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?

solid island
#

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

clever canopy
#

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

solid island
#

I'll delete that screenshot as it contains PII

clever canopy
#

Understood

#

No other way to solve this problem?

solid island
#

Why specifically do you need to connect a specific account?

clever canopy
#

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?

solid island
#

But I think that creates a new acct_xxx under the hood too

clever canopy
#

Sure

#

thanks