#TheUchi007 - Connect Account Types
1 messages · Page 1 of 1 (latest)
I think you would need to handle that in your integration. Basically providing the user an interface to make the selection and triggering an Update call for the Account to update the business_type property:
https://stripe.com/docs/api/accounts/update#update_account-business_type
TheUchi007 - Connect Account Types
Let me know if that makes sense.
Lemme check
Is it possible to create an account link after changing it?
Like, after updating it, create an account link to edit the rest?
Sure, you can specify the type as account_update when creating the link.
https://stripe.com/docs/api/account_links/create#create_account_link-type
perfect, thank you!!!
Happy to help 🙂