Skip to main content
Generates a rate-locked quote for a cross-border payment. The quote guarantees the displayed rate and fee for 5 minutes. Use the returned quote_id when executing the payment with POST /sendmoney.
Requires an Idempotency-Key header.

Request Body

from_currency
string
required
Source currency code (e.g. "USD", "EUR").
to_currency
string
required
Destination currency code (e.g. "CLP", "MXN", "BRL").
amount
number
required
Amount in the source currency to send.
Quotes are valid for 5 minutes. Execute POST /sendmoney with the quote_id within this window to guarantee the rate.