Skip to main content
GET
Indicative bank/network options for a rail
Lists bank/network institution options for a rail chosen via GET /partner/payment-methods.

Query

country, currency, order_type (OnRamp | OffRamp), and payment_method_type.

Rails

  • bank (local fiat) — active networks only; use returned banks[].id as payment_method.network_id on quote
  • mobile_money — returns 422; use GET /partner/catalog providers[].id for momo network_id
  • International bank types (e.g. BankSepa, BankSwift) — best-effort enum options from upstream form schema

Authorizations

X-API-Key
string
header
required

Query Parameters

country
string
required

ISO country code.

Required string length: 2
currency
string
required

Fiat currency code.

Required string length: 3
order_type
string
required

OnRamp or OffRamp.

Example:

"OffRamp"

payment_method_type
string
required

Rail id from GET /payment-methods: rail uses mobile_money or bank; international bank uses PaymentMethodType values like BankSepa.

Response

Bank institution options for bank rail

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