Skip to main content
Input object One transfer for a CREATE_TRANSFER bulk operation: move the amount from the “from” endpoint to the “to” endpoint. Any combination of operator and connected users is allowed (operator to user, user to operator, user to user), except that from and to must differ. The source user’s grant must include MAKE_PAYOUT_TRANSFER_SEND; the destination user only needs to be connected.

Input fields

BulkTransferEndpointInput!
required
The endpoint the money moves from.
BulkTransferEndpointInput!
required
The endpoint the money moves to.
Float!
required
The amount to transfer (must be positive, at most 2 decimal places).
String
An optional memo recorded on this transfer (max 255 characters).