latestOpenAPI 3.1.02026-08-22124199170.4 KB

8a237f1f704f

accounts

Update Bank Account

put/v2/accounts/{account_id}/

Path parameters

account_idstring required

External UUID of the bank account to update.

Headers

Authorizationstring required

Bearer authentication

Request body

routing_numberstring
account_numberstring
bank_namestring
account_namestring
is_activeboolean
plaid_account_idstring nullable

Plaid account ID returned after a successful Plaid Link session. Must be provided together with plaid_access_token — supplying only one field has no effect.

plaid_access_tokenstring nullable

Plaid access token associated with the account. Must be provided together with plaid_account_id — supplying only one field has no effect. When both fields are valid, the account status is set to VERIFIED.

Response

Bank account updated successfully.

routing_numberstring
account_numberstring
bank_namestring
account_namestring
is_activeboolean
plaid_account_idstring nullable

Plaid account ID returned after a successful Plaid Link session. Must be provided together with plaid_access_token — supplying only one field has no effect.

plaid_access_tokenstring nullable

Plaid access token associated with the account. Must be provided together with plaid_account_id — supplying only one field has no effect. When both fields are valid, the account status is set to VERIFIED.