Update a bank account
Updates a bank account (both PLAID and EXTERNAL accounts). Can be used to set account status to inactive for soft-delete.
Path parameters
id
The ID of the bank account to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity that owns the account
Request
This endpoint expects an object.
status
The account status - inactive performs soft-delete
Allowed values:
account_name
The account name
current_balance
The current balance of the account
metadata
Additional metadata for the account
Response
Bank account updated successfully