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

# Transfer funds between sellers

> Move money from one seller's payout destination to another with the Dintero fund-transfer API, processed asynchronously and shown in the settlement report.

## Initiate Fund Transfer

You can transfer funds between sellers using our fund transfer API. This allows you to move money from one seller’s payout destination to another.

<Info>
  Fund transfers are processed asynchronously, meaning you’ll receive a confirmation that the request was received, but the actual result will appear in the settlement report.
</Info>

### Ensuring Safe Retries

Each transfer request requires a unique `fund_transfer_id`. This ID ensures idempotent processing, meaning if a request fails (for example, due to a timeout), you can safely retry it using the same `fund_transfer_id`. This avoids accidentally creating duplicate transfers — the API will recognize it’s the same request and not process it again.

For full details, see our [API documentation](/api-reference/v2-fund-transfers/v2_aid_payout_fund_transfers_post) for fund transfers.
