Skip to main content

Institution Providers

GET /v1/global-payout/bank/providers

Returns available bank, institution, or mobile money providers. Use the isMobileMoney query parameter to switch between bank/institution and mobile money listings. Use the code from the response as institutionCode and displayName as institutionName in the Authorize Transfer request.

Query parameters

isMobileMoney
boolean
false returns bank or institution providers. true returns mobile money providers.
countryIsoCode
string
ISO 3166-1 alpha-2 destination country code (e.g., KE, ZA, GH, ET, RW). When provided, takes priority over the region derived from your JWT. Use this when your platform supports multiple destination countries — pass the recipient’s country code to get the correct provider list.
curl --request GET \
  --url 'https://api.nomba.com/v1/global-payout/bank/providers?countryIsoCode=US&isMobileMoney=false' \
  --header 'Authorization: Bearer <token>' \
  --header 'accountId: <accountId>'
Always pass countryIsoCode when calling this endpoint. Multiple countries share the same currency (e.g., XOF covers Senegal and Côte d’Ivoire; XAF covers Cameroon and Gabon) — the country code is how the API returns the correct provider list for your destination. code from this endpoint → institutionCode in the transfer request. displayName → institutionName.

Providers by Country

CountryISO CodeCurrencyInstitution Providers
DR CongoCDUSD / CDFNomba, Airtel Money, M-Pesa, Orange
KenyaKEKESM-Pesa
GhanaGHGHSMTN Mobile Money
South AfricaZAZARBank only — use isMobileMoney=false
SenegalSNXOFOrange Money, Wave
Côte d’IvoireCIXOFOrange Money, MTN, Moov, Wave
EthiopiaETETBSafaricom M-Pesa, Ethio Telecom
RwandaRWRWFMTN Mobile Money, Airtel Money
UgandaUGUGXMTN Mobile Money, Airtel Money
CameroonCMXAFMTN Mobile Money, Orange Money
GabonGAXAFAirtel Money, Moov
UAEAEAEDBank only — use isMobileMoney=false
Provider codes (institutionCode) and display names (institutionName) returned by this endpoint are the canonical values — always call the API rather than hardcoding them, as they may be updated.

Response body

data
array
required
List of available institutions.