v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Info

Get list of all supported mobile money codes.

get/v0.2.4/info/mobile-money-codes

Response

Success.

statusstring

Status of the request.

messagestring

Message indicating the result of the operation.

Example response

{
  "status": "success",
  "message": "Supported mobile money code retrieved successfully",
  "data": [
    {
      "name": "Cameroon Mobile Money",
      "country": "Cameroon",
      "code": "FMM-XAF",
      "provider": "flw"
    }
  ]
}