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

# createTransfer

> Create a transfer between accounts within an application.

Create a transfer between accounts within an application.
The sender is determined from the authentication credentials.

```graphql theme={null}
mutation {
  createTransfer(
    input: CreateTransferInput!
  ): CreateTransferResponse
}
```

## Arguments

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

## Returns

[`CreateTransferResponse`](/api-reference/types/create-transfer-response) — Represents the response returned from the createTransfer mutation.
