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
false returns bank or institution providers. true returns mobile money providers.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.Providers by Country
| Country | ISO Code | Currency | Institution Providers |
|---|---|---|---|
| DR Congo | CD | USD / CDF | Nomba, Airtel Money, M-Pesa, Orange |
| Kenya | KE | KES | M-Pesa |
| Ghana | GH | GHS | MTN Mobile Money |
| South Africa | ZA | ZAR | Bank only — use isMobileMoney=false |
| Senegal | SN | XOF | Orange Money, Wave |
| Côte d’Ivoire | CI | XOF | Orange Money, MTN, Moov, Wave |
| Ethiopia | ET | ETB | Safaricom M-Pesa, Ethio Telecom |
| Rwanda | RW | RWF | MTN Mobile Money, Airtel Money |
| Uganda | UG | UGX | MTN Mobile Money, Airtel Money |
| Cameroon | CM | XAF | MTN Mobile Money, Orange Money |
| Gabon | GA | XAF | Airtel Money, Moov |
| UAE | AE | AED | Bank 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
List of available institutions.