v1
latestOpenAPI 3.0.32026-07-264414182.7 KBList Momos
Retrieves a list of supported momos available in the specified country. Useful for rendering provider selection options during user payment setup or onboarding.
Query parameters
Maximum number of items to return in a single page. Must be between 1 and 50. Defaults to 10 if not specified.
Maximum number of items to return in a single page. Must be between 1 and 50. Defaults to 10 if not specified.
Pagination cursor for fetching the next page of results. Set this to the 'next' cursor value from a previous response to continue paginating forward.
Pagination cursor for fetching the next page of results. Set this to the 'next' cursor value from a previous response to continue paginating forward.
ISO 3166-1 alpha-2 country code (e.g., 'SL', 'GH') to filter momos by region.
ISO 3166-1 alpha-2 country code (e.g., 'SL', 'GH') to filter momos by region.
Headers
Specifies which version of the Monime API will handle this request.
Specifies which version of the Monime API will handle this request.
Response
OK
Example response
{
"result": [
{
"providerId": "m17",
"name": "Orange Money",
"country": "SL"
}
]
}