#dragonlord_api
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/1296135338347200586
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is what the UI looks like the stripe master dashboard
Why is it that you can not create a connected account with india through the stripe connected onboarding page, but from the stripe dashboard you can
The stripe connected onboarding page is created through the api
Hi ๐ what page in the Stripe dashbaord are you referring to? (we specialize in helping developers work with our API, and aren't as familiar with dashboard flows, so we need a lot of context on what you're referring to when you're discussing the Stripe dashboard to see if we can assist)
This page is when you go to the stripe connected overview page
https://dashboard.stripe.com/connect/accounts/overview
Then click create you get the previous screenshot I said where you can create a connected acount from india
This is how I am using the api
\Stripe\Account::create([
'type' => 'standard',
'email' => $user_email,
]);
I just want to ask why the url that this api provides does not allow the person to select india
But the dashboard does
Hello! I'm taking over and catching up...
India is currently invite only, which is why new accounts can't select that country on their own. See here for details: https://support.stripe.com/questions/india-faq
Okay makes sense, since you can not make the account using stripe, but therotically would we not be able to send them this link from our end to create a stripe account
They would be able to create an account as long as they're not in India, sure.
They would need to be in one of our publicly supported countries.
But why it let me select india from the dropdown in the connect dashboard then?
Honestly, this is not the best place to get help with this issue. We're focused on developer topics here (code, API, webhooks, etc.). Support can help you with this much better than we can: https://support.stripe.com/contact/email