Skip to main content
Execute a cross-border payment using a quote ID obtained from POST /sendmoney/quote. The quote locks the exchange rate for 5 minutes.
Requires an Idempotency-Key header. Get a quote first using POST /sendmoney/quote to lock your rate.

Request Body

quote_id
string
required
The quote ID from POST /sendmoney/quote. Valid for 5 minutes.

Wallet Payout (Alternative)

For a quicker payout without the full send money flow:
debit_wallet
string
required
Currency to debit from your wallet (e.g. "USD").
payment_method_id
number
required
Saved beneficiary payment method ID.
quote_id
string
Quote ID to lock the rate. Recommended.
amount
number
Amount to send. Required if quote_id is not provided.