#qmathe
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
it is by design. Custom Accounts aren't meant to change their business type or change any "structural" thing on their account without your "authorization"
you can update the account's business_type as a Platform https://stripe.com/docs/api/accounts/update#update_account-business_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, I understand. I was expecting it would work in the same way than express account, but I see the motivation behind this difference.
So in my case, asking the user about his business type before starting account token creation and onboarding is the way to go, right?
yes I think it's best