#whoami_code

1 messages ¡ Page 1 of 1 (latest)

round thistleBOT
#

👋 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/1298408907764662295

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

ionic oyster
#

Hi there

dire kite
#

Hello

ionic oyster
dire kite
#

thanks, yes I tried the test bank account numbers, and they are added to the account immediately

#

my question is that in prod, live mode, is it the same behaviour?

#

or does Stripe have some kind of bank account validation process during the api call to add the bank account to the connected account

ionic oyster
#

This is assuming you're collecting bank account details yourself versus using hosted onboarding

dire kite
#

what's Connect Onboarding web form

ionic oyster
dire kite
#

I'm creating custom accounts and handle onboarding within my platform, then this option is not possible right?

ionic oyster
#

With Custom accounts, you can either create your own onboarding flow or use hosted onboarding, you can't use both.

dire kite
#

so with custom accounts, how should the "add external account flow" work from frontend to backend?
I saw there's a create bank account token in Stripe API, but I don't see one in Stripe sdk. How should frontend pass bank account information like routing # and account # to backend securely?

ionic oyster
dire kite
ionic oyster
dire kite
#

ahhh I see, thanks

#

so if I'm adding external account by passing this token to stripe.accounts.createExternalAccount(accountId, {
external_account: 'btok_1QBMHMRekWNO6X1hiz49sQ1V',
});
is it added immediatly? do I need to listen for webhooks for confirmation?