Creates a book transfer (internal-to-internal) between two bank accounts within the same organization.
Token types: APP, USER | Required scopes: embedded:transfer:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Optional idempotency key for preventing duplicate transfers. Maximum length: 256 characters.
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.