Bundle recharge providers

Get List of Data bundle Service providers

GET {{BASE_URL}}/api/biller/data/{provider}

This endpoint allows you to get the list of airtime recharge providers and their service type code.

Path Parameters

Name
Type
Description

provider*

string

Headers

Name
Type
Description

x-api-key*

String

3434-4243-ffef-2323

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": [
    {
      "serviceType": "string",
      "shortName": "string",
      "name": "string",
      "billerId": "string",
      "productId": "string"
    }
  ]
}

Last updated