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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/checkout/split-payment/fund-transfer",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# 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](https://docs.dintero.com/payments-api.html#tag/v2-fund-transfers) for fund transfers.
