Skip to main content
GET
Payment method types for a corridor
Indicative payment methods for one corridor.

African corridors

  • country — required
  • currency — optional; must match the catalog when sent; response context always includes both
  • order_typeOnRamp or OffRamp; omit to get both onramp and offramp buckets

International bank

  • currency = EUR or USD (required)
  • Do not pass country
  • EUR/USD onramp returns bank
  • Offramp uses international bank when configured

International bank payout markets

Example: FR + EUR offramp — pass country + currency. Returns rails such as BankSepa and BankSwift with type set to the international bank PaymentMethodType.

Local fiat (African)

mobile_money and bank rows include a networks[] list (id, name, min_amount, max_amount, currency) for client-side amount gating.

Authorizations

X-API-Key
string
header
required

Query Parameters

country
string | null

ISO country (required for African corridors, e.g. KE).

currency
string | null

Optional for African (validated against catalog). Required for international_bank (EUR/USD).

order_type
string | null

OnRamp or OffRamp; omit for both onramp and offramp buckets.

Example:

"OnRamp"

Response

Payment methods for the requested corridor

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