/v1/accounts/{account}/bank_accounts/{id}Update a bank account
Updates a bank account belonging to a connected account. Use the body to change editable account metadata, holder details, address information, or the default currency account; submit no changes to re-enable a disabled bank account. Updates are available when the account's requirement collection is set to application.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Optional bank account update fields. Submit only editable details, or omit all fields to re-enable a disabled bank account.
account must be no longer than 5000 characters, and account_holder_type must be empty, company, or individual when provided. account_type must be checking, futsu, savings, or toza; the applicable values depend on the bank account's country. account and id must identify the connected account and bank account to update.