Buy cable subscription

This endpoint helps you purchase cable subscription from your preferred cable service provider.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

List cable service providers and get service_code

You can get a list of cable service providers and get their service_code by running the List cable subscriptions endpoint

When we search for DSTV subscription plans, for example, here's the sample response. the service_code is represented as code. The first code in this sample response is "48"

{
  "data": [
    {
      "id": "80d76af9-5856-4a06-b2fa-b2519172e135",
      "createdAt": "2023-09-21T13:13:05.166Z",
      "updatedAt": "2023-09-21T13:13:05.166Z",
      "title": "DStv Compact + Asia +Xtraview",
      "network": "DSTV",
      "price": "22300",
      "code": "48",
      "available": "Yes",
      "allowance": "COMPE36+ ASIADDE36 + HDPVRE36"
    },
    {
      "id": "5b4c87c1-cc1e-40dd-a174-183ebf6ba545",
      "createdAt": "2023-09-21T13:13:06.864Z",
      "updatedAt": "2023-09-21T13:13:06.864Z",
      "title": "DStv Compact French Plus  (for Premium compact)",
      "network": "DSTV",
      "price": "22200",
      "code": "51",
      "available": "Yes",
      "allowance": "FRN15E36,COMPE36"
    },
    {
      
Body Params
string
required

The smartcard number. This is the number linked to a decoder.

string
required

This is the cable service provider. Examples are DSTV and GOTV. See the information box to learn how to get a list of cable service providers.

string
required

Every cable service provider has a service code. See the information box to learn where to get it.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json