Transfer funds between sellers
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.
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 for fund transfers.