Connects a new external bank account. Optionally pass a verification object to set the account as verified immediately (MANUAL method only). Requires ‘embedded:externalbankaccount:set-verification’ scope when verification is provided.
Token types: APP, USER | Required scopes: embedded:externalbankaccount:write
Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Application (M2M) OAuth2 access token (client credentials).
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.
The connect request.
Request to connect a new external bank account.
External bank account number.
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 Optional verification to apply at creation time. Only MANUAL method is supported. Requires 'embedded:externalbankaccount:set-verification' scope.
External bank account connected.
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