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.
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.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.
Ensuring Safe Retries
Each transfer request requires a uniquefund_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 for fund transfers.