quote_id to lock the exchange rate for 5 minutes and ensure the recipient receives the quoted amount.
Requires
Idempotency-Key header. Use a unique key per payout to prevent duplicate transactions.Request body
The source wallet currency to debit (e.g.
"USD", "EUR").The ID of the beneficiary payment method to use. Obtained from
GET /payment-methods/payout or saved beneficiary payment methods.A quote ID from
GET /exchange-rate. When provided, the exchange rate is locked and amount is taken from the quote. Recommended to guarantee rates.Amount to send in the source wallet currency. Required if
quote_id is not provided. If quote_id is provided, the amount is taken from the quote.The UUID of a saved beneficiary to pay. Either
beneficiary_id or inline recipient details must be provided.
