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

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:
string
required
Currency to debit from your wallet (e.g. "USD").
number
required
Saved beneficiary payment method ID.
string
Quote ID to lock the rate. Recommended.
number
Amount to send. Required if quote_id is not provided.