> ## 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 name="idempotencyKey" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

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

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

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

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

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

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

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

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