> ## 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.

# RequestAccountTransferInput

> Represents the request payload for account-transfer approval requests.

**Input object**

Represents the request payload for account-transfer approval requests.
Mirrors createTransfer semantics; the sender is determined from authentication credentials.

## Input fields

<ParamField body="idempotencyKey" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="amount" type="Float!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="destination" type="TransferDestination">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="bankCardId" type="UUID">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="bankAccountId" type="UUID">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="paypalVaultId" type="UUID">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="memo" type="String">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="transactionCategory" type="String">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="attachmentId" type="String">
  *No description provided in the schema yet.*
</ParamField>
