Internet Services

This endpoint allows you to access the section for internet services.

Endpoint

{{baseurl}}/bill-payment/internet-services

This is a GET request; a successful response should look like this.

{
  "success": true,
  "statusCode": 200,
  "message": "Internet services fetched",
  "data": [
    {
      "serviceCategoryId": "string",
      "name": "MTN",
      "identifier": "MTN",
      "isFixedAmount": true,
      "description": "Mtn Data Bundle",
      "logoUrl": "logo url"
    },
    {
      "serviceCategoryId": "string",
      "name": "GLO",
      "identifier": "GLO",
      "isFixedAmount": true,
      "description": "Glo Data Bundle",
      "logoUrl": "logo url"
    },
    {
      "serviceCategoryId": "string",
      "name": "AIRTEL",
      "identifier": "AIRTEL",
      "isFixedAmount": true,
      "description": "Airtel Data Bundle",
      "logoUrl": "logo url"
    },
    {
      "serviceCategoryId": "string",
      "name": "ETISALAT",
      "identifier": "ETISALAT",
      "isFixedAmount": true,
      "description": "Etisalat Data Bundle",
      "logoUrl": "logo url"
    },
    {
      "serviceCategoryId": "string",
      "name": "MTN-COOPERATE-DATA",
      "identifier": "MTN-DATA",
      "isFixedAmount": true,
      "description": "Mtn Data Bundle",
      "logoUrl": "logo url"
    }
  ]
}