Indicative order field requirements for a corridor
Returns partner-neutral field name hints before POST /partner/orders/quote. Call after GET /corridors and GET /payment-methods. Query: country, currency, order_type (OnRamp or OffRamp). List payout rails with GET /payment-methods first when several exist; pass payment_method_type (e.g. BankSepa) on this call. Single-rail international bank corridors (e.g. GH) may omit it. rail: mobile_money or bank — both require network_id on quote (from catalog providers[].id or GET /banks for bank). Optional customer_type (retail or institution) on local fiat rail corridors. No JSON Schema, bank lists, fees, or provider labels. Bank lists and dynamic form schemas are separate partner endpoints (see partner quickstart). Binding check: quote endpoint.
POST /partner/orders/quote.
Call after GET /partner/corridors and GET /partner/payment-methods.
Query
country, currency, order_type (OnRamp or OffRamp).
When several payout rails exist, list them with GET /partner/payment-methods first, then pass payment_method_type (e.g. BankSepa) on this call. Single-rail international bank corridors (e.g. GH) may omit it.
Rails
mobile_moneyorbank— both requirenetwork_idon quote (from catalogproviders[].idorGET /partner/banksfor bank)- Optional
customer_type(retailorinstitution) on local fiat corridors
POST /partner/orders/quote.Authorizations
Query Parameters
ISO country code.
2Fiat currency code.
3OnRamp or OffRamp.
"OffRamp"
retail or institution — affects required customer fields on local fiat rail corridors.
Narrows payment_method requirements: mobile_money | bank (rail) or international bank PaymentMethodType from payment-methods (e.g. BankLocal).