> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# BulkTransferItemInput

> One transfer for a CREATE_TRANSFER bulk operation: move the amount from the 'from' endpoint to the 'to' endpoint.

**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

<ParamField body="from" type="BulkTransferEndpointInput!" required>
  The endpoint the money moves from.
</ParamField>

<ParamField body="to" type="BulkTransferEndpointInput!" required>
  The endpoint the money moves to.
</ParamField>

<ParamField body="amount" type="Float!" required>
  The amount to transfer (must be positive, at most 2 decimal places).
</ParamField>

<ParamField body="memo" type="String">
  An optional memo recorded on this transfer (max 255 characters).
</ParamField>
