#Jose Sánchez
1 messages · Page 1 of 1 (latest)
For Custom accounts they are fully controlled by the Platform. You can use the Account Link and specify the type as account_update to allow them to change details about their account.
https://stripe.com/docs/api/account_links/create#create_account_link-type
Mm ok, I'll wait then
In that case you would collect the bank information yourself and link it to the Connect Account: https://stripe.com/docs/api/external_account_bank_accounts/create
Ok, that's for creating, right? In the case that I make a form to allow the custom account to edit their bank account, what should I do? There is a update method but it just updates things like the holder name or account type, nothing else. I'd like to know a way to update the account number and routing. Maybe deleting the old one and creating a new one?