Update a bank account.
Updates a specific bank account. Supports:
- Updating the nickname and/or bankAccountReference
- Closing the account by setting status to CLOSED When closing an account, nickname and bankAccountReference can be updated in the same request, and they will be applied after the account is closed.
Token types: APP, USER | Required scopes: bank_account:write:org
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Path Parameters
The bank account ID.
Body
Request model for updating a bank account.
The reference identifier associated with the bank account. Must be alphanumeric (letters, numbers, hyphens, underscores, and dots) and max 50 characters. Set to null to clear.
The new nickname for the bank account.
The new status for the bank account. Set to CLOSED to close the account.
ACTIVE, CLOSED Response
Bank account updated successfully.
Response model for a bank account.
Unique identifier for the bank account.
Masked account number.
The UTC timestamp when the bank account was created.
Bank routing number.
The status of the bank account.
ACTIVE, CLOSED Reference identifier associated with the bank account.
Nickname for the bank account.