#vmehtawhq
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/accounts/update?lang=php#update_account-business_type is for custom type only, but the connected account type in this request is express.
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, is there a way for us to update business type?
You can update, if the account is of type custom
So, theo only way to update business type is to update account type to custom, then update business type ?
Isn't there a direct way for us or the customer who owns this account to update it?
No you can't change the account type to custom either. You need to specify the account_type when creating the account.
That would mean I would have to create a new account with updated business type right, as there is no other way?
I don't see other way
Cool. Thanks!