#brain_code
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/1360020233066123428
๐ 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.
- brain_best-practices, 20 minutes ago, 12 messages
Hi there
Can you share the account ID of a connected account you recently created?
Do you see this behavior in both prod and test?
Yeah. Prod here, just grabbed a random one:
acct_1RCSuZQ9NYVeclja
Got it, okay
Omitting country when creating an Account will default to your platform's country: https://docs.stripe.com/api/accounts/create#create_account-country
Yea I saw. Then, the "best" way to go would be to ask the user as a dropdown with where he would like to open his account in?
Yep, that's right. You'll want to collect this information up front and use this when creating the Account
I guess I'll make a list of these:
https://stripe.com/global
https://docs.stripe.com/connect/cross-border-payouts
By any chance is there an endpoint where I can get an updated list of countries (rather than hard-coding) where it would be possible to create a Stripe Connect account?
Btw, it would be beautiful devex to hand that off to Stripe if country is blank & require this from the user on the onboarding flow.
Currently it sets "Country" to "United States" as a disabled dropdown input item on the flow
That's a great question. There's no such endpoint at the moment, though it's a request we've gotten before!
Thank you for your time ๐