#AndrewXia-Express
1 messages · Page 1 of 1 (latest)
Connect Onboarding
Then you dictate the country when you create the account via the API. So you would need to ask your user up front what country they want and then create the account based on that: https://stripe.com/docs/api/accounts/create#create_account-country
If you don't pass anything there it uses your default
Which is likely what you are doing right now
But in the Rocket Rides demo, there's an option to select your country?
That is because that uses OAuth which is our legacy onboarding route that you should not use.