#slurpsup
1 messages · Page 1 of 1 (latest)
How can I help?
hi so i need a little bit of help figuring out how to implment this: our platform is using stripe connect express and currently when the user is setting up their account they are able to choose from any country and any business type
what i would like to do is make it so that the person can only make a usa based account and only an individual business type -- is this possible?
referring to the dropdown menus on this page
Sure, you can set the account country when you create one https://stripe.com/docs/api/accounts/create#create_account-country
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so that your user can't change it during onboarding.