#dragonlord_api

1 messages ยท Page 1 of 1 (latest)

jolly sleetBOT
#

๐Ÿ‘‹ 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.

pulsar magnet
#

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

viscid plazaBOT
balmy warren
#

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)

pulsar magnet
jolly sleetBOT
pulsar magnet
#

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

tired anchor
#

Hello! I'm taking over and catching up...

pulsar magnet
#

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

tired anchor
#

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.

pulsar magnet
#

But why it let me select india from the dropdown in the connect dashboard then?

tired anchor
#

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

pulsar magnet
#

okay will do sorry, I was just curious

#

thank you again