#krishna008
1 messages · Page 1 of 1 (latest)
Hi, could you provide a bit more context?
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.
What do you mean by "only for base currency issue."?
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.
Where do they select the country?
when i do this --> stripe.accounts.create
It provide me a link
on stripe user select coutry.
You can provide the country in the stripe.accounts.create() call and then they won't be able to change it.
I understand.
Can you please check if this solution works for you? ☝️
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?
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.
I understand. But yes, unfortunately there's no way to restrict the country selection for Standard accounts.
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.
What is the difference between standard custom and express
You can see it here: https://stripe.com/docs/connect/accounts
Okay I will check
If I change to custom them is it possible to restrict country of buisness?
Yes, then whatever you provide in the initial request will be set.
Happy to help!