Skip to main content

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>'
code from this endpoint → institutionCode in the transfer request. displayNameinstitutionName.

Response body

data
array
required
List of available institutions.