#krishna008

1 messages · Page 1 of 1 (latest)

late pewterBOT
fluid wraith
#

Hi, could you provide a bit more context?

pseudo stirrup
#

Hello I am using stripe.accounts.create & I am passing country as Singapore to standard connected account creation. I want to restrict user to crate account in Singapore only for base currency issue.

#

How can I do it.

#

As of now user is able to create connected account any where.

fluid wraith
#

What do you mean by "only for base currency issue."?

pseudo stirrup
#

When user create account in US his settlement currency will be USD. If he crates account using Singapore his settlement currency will be SGD.

#

So I want user to restrict his account creation country.

#

Suppose I want user to create account only in Singapore. How can I do that.

fluid wraith
#

Where do they select the country?

pseudo stirrup
#

when i do this --> stripe.accounts.create

#

It provide me a link

#

on stripe user select coutry.

fluid wraith
#

You can provide the country in the stripe.accounts.create() call and then they won't be able to change it.

pseudo stirrup
#

Here I want to restric.

#

restrict.

fluid wraith
pseudo stirrup
#

I have already provided

#

but still user is able to change country.

fluid wraith
#

I see, it might be the case that Standard accounts can always change the country.

#

Are you sure you need to use Standard accounts for your case?

pseudo stirrup
#

Yes.

#

It has alredy been used. I have no Idea why it has been used as standard account.

#

I can not change it until I make sure there is no effect on other flow.

fluid wraith
#

I understand. But yes, unfortunately there's no way to restrict the country selection for Standard accounts.

pseudo stirrup
#

If I change type to --> custom then?

#

or express?

fluid wraith
#

Yes, for those cases your Platform account is fully in control.

#

But you are right, there's a lot to consider before changing the account types for your app.

pseudo stirrup
#

What is the difference between standard custom and express

fluid wraith
pseudo stirrup
#

Okay I will check

#

If I change to custom them is it possible to restrict country of buisness?

fluid wraith
#

Yes, then whatever you provide in the initial request will be set.

pseudo stirrup
#

Okay I will check

#

Thank you so much for your help

fluid wraith
#

Happy to help!