Skip to main content
Input object Input type for a transfer between user cash balance accounts.

Input fields

UUID!
required
A unique client generated UUID to ensure a request is processed only once.
Float!
required
The amount to transfer.
UUID!
required
Unique identifier for the user’s source cash balance.
UUID!
required
Unique identifier for the user’s destination cash balance.
String
Memo for the transfer. Limited to 255 characters.
String
Optional category name to attach to this transfer transaction.
String
ID of a previously uploaded attachment (PDF or PNG). Use the /api/v1/file-upload/transaction-memo-attachment endpoint to upload.