Skip to main content
POST
Pre-quote lite (indicative range)

Authorizations

X-API-Key
string
header
required

Your partner API key. Use raas_sandbox_* keys for the sandbox environment and raas_live_* keys for production.

Body

application/json
originCountryCode
string
required

Origin country

Example:

"US"

destinationCountryCode
string
required

Destination country

Example:

"MX"

amount
number
required

Pinned amount, interpreted per anchor (source ccy for send, destination ccy for receive).

Example:

1000

anchor
enum<string>
default:send

Which side is pinned. 'send' fixes the source amount; 'receive' fixes the destination amount and the engine inverts it.

Available options:
send,
receive
destinationCurrency
string

Destination currency. When omitted, the engine enumerates every currency each candidate SKU declares (one option per payer x currency) and ranks them by the currency-agnostic 'routeScore'.

Example:

"MXN"

sourceCurrency
string
default:USD

Source currency

fundingMethod
string

Funding method (the pull leg). Required for the payer axis.

Example:

"DEBIT_CARD"

payoutMethod
string

Payout method (the push leg).

Example:

"CASH_PICKUP"

payerCode
string

Optional canonical catalog payer code. When set, only SKUs for this payer are priced (e.g. OXXO). Omit to fan out across all quotable payers.

Example:

"OXXO"

vary
enum<string>
default:payer

Grouping axis. 'payer' iterates payers (one option per payer); 'fundingMethod' iterates supported funding methods (cheapest per method).

Available options:
payer,
fundingMethod

Response

Indicative summary computed successfully