Creates a book transfer (internal-to-internal) between bank accounts.
Creates a book transfer (internal-to-internal) between two bank accounts within the same organization.
Token types: APP, USER | Required scopes: embedded:transfer: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.
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Body
Request model for initiating a book transfer between internal accounts.
Amount to transfer. Must be greater than 0.
Source internal bank account identifier.
Destination internal bank account identifier.
ISO 4217 alphabetic currency code (e.g. USD). Defaults to USD when omitted.
Determines the minor unit precision of long BookTransferRequest.Amount.
Optional idempotency key for preventing duplicate transfers. Maximum length: 256 characters.
Response
Transfer created successfully.
Response model for a money movement operation.
Unique money movement identifier.
Money movement amount.
Money movement date.
Source bank account information.
Payment network: BOOK, ACH, RTP, or FED_NOW.
BOOK, ACH, RTP, FED_NOW Money movement status.
PENDING, COMPLETED, FAILED Destination bank account information.