Skip to main content
GET
Checkout catalog (corridors, methods, and providers)
Single indicative catalog for partner checkout: per-country onramp/offramp, mobile_money and bank buckets with live provider lists, optional rails for international payout markets, and international_bank for EUR/USD payin.

Provider IDs

providers[].id is the opaque institution UUID to send as payment_method.network_id on quote. Bank rows may also use GET /partner/banks. Each provider includes min_amount, max_amount, and currency for checkout validation.
OnRamp and OffRamp provider lists can differ for the same country — filter with order_type.
Optional filters: country, currency, order_type. Omit filters for the full tree.
Binding eligibility: POST /partner/orders/quote.

Authorizations

X-API-Key
string
header
required

Query Parameters

country
string | null

Filter by ISO country (e.g. KE).

currency
string | null

Filter by fiat currency (e.g. KES, EUR).

order_type
string | null

Filter by order type: OnRamp (buy) or OffRamp (sell).

Example:

"OnRamp"

Response

Checkout catalog (corridors, methods, providers)

status
enum<string>
required
Available options:
success
message
string
required
data
object