List network providers
Supported Countries
List network providers
List network providers available in a country. Filter by network to narrow to banks, mobile money operators, or other payment networks.
You need a provider_id when creating a fiat beneficiary — it tells us which bank or mobile money operator to route the payout through.
Not every country returns rows. United States bank payouts use routing numbers on the beneficiary instead of a provider catalog, so you typically see an empty data array for US. Crypto networks are not country-scoped here.
When you omit network, we return providers across all networks for this country.
Path parameters
countryCode— ISO 3166-1 alpha-2 country code (e.g.NG,KE). Matched case-insensitively.
Query parameters
network(optional) — narrows the list to a single settlement network.active(optional, boolean) — whentrue, returns only providers currently accepting traffic.
Example
GET /v1/countries/NG/providers?network=bank&active=true
GET
List network providers
Authorizations
API key issued during merchant onboarding.
Path Parameters
Pattern:
[^\/#\?]+?