#claudiuyoro_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/1245733794162413671
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
I think express, give me a second.
I believe it's express, but not 100% sure, how do I check that quickly?
You can check in your Dashboard at https://dashboard.stripe.com/connect/accounts/overview
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Or you can provide me an example Account ID where this happened and I can look
this is the id:acct_1PLKOTCzME0iTl1I
Thanks, looking
Sure! Thank you
Okay yes, you are using Express. However the user should be able to select the Country on the first screen after they input email/phone and do 2FA
Once they select the country there then they can't change it
Is that what you are saying happened above?
Yes, exactly.
Okay yeah if they have already selected the country then there is no way around it but to delete their current account and create a new one for them.
You can't change the country of an account once it has been selected.
Oh, I see, so basically I need to implement something to delete their stripe account. I see, thank you!
Yep, or you could create again with a different email, but deleting is the easiest so they can re-use the same email again.
Thanks, all good!