Validates an external bank account using micro-deposits.
Validates an external bank account using micro-deposit amounts.
Token types: APP, USER | Required scopes: external_bank_account:write:org
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Headers
ID of the organization to perform this operation on behalf of. Required for BANK and PLATFORM app token callers targeting a specific organization. If omitted, the request uses the authenticated caller's own organization. Must be a valid non-empty UUID. Present but malformed values return 400.
Path Parameters
The external bank account ID.
Body
The validate request.
Response
External bank account validated.
Response representing an external bank account.
Unique identifier for the external bank account.
Masked account number (last 4 digits visible).
Status of the external bank account.
ACTIVE, INACTIVE Name on the bank account.
Nickname for the external bank account.
Bank routing number (ABA number).
Type of bank account (checking or savings).
CHECKING, SAVINGS Verification status of the external bank account.
UNVERIFIED, VERIFICATION_SENT, VERIFIED, FAILED