Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.nomba.com/llms.txt

Use this file to discover all available pages before exploring further.

List Institution Providers

GET /v1/global-payout/bank/providers

Returns the available banks or mobile money providers for your region (derived from your JWT). Use the isMobileMoney query parameter to switch between bank 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 (default) returns bank providers. true returns mobile money providers.
curl --request GET \
  --url 'https://api.nomba.com/v1/global-payout/bank/providers?isMobileMoney=false' \
  --header 'Authorization: Bearer <token>' \
  --header 'accountId: <accountId>'
This endpoint returns providers for all supported mobile money countries, including DRC, Kenya, South Africa, Ghana, Senegal, and Tanzania. Use isMobileMoney=true for mobile money providers and pass the relevant destination country ISO code as a query parameter when filtering providers by destination. code from this endpoint → institutionCode in the transfer request. displayNameinstitutionName.

Response body

data
array
required
List of available institutions.