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

# requestAccountTransfer

> Requests manager approval for an account-to-account transfer.

Requests manager approval for an account-to-account transfer.

```graphql theme={null}
mutation {
  requestAccountTransfer(
    input: RequestAccountTransferInput!
  ): RequestApprovalResponse!
}
```

## Arguments

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

## Returns

[`RequestApprovalResponse!`](/api-reference/types/request-approval-response) — Response returned from request approval mutations.
