Vend CableTv

Purchase Cable Tv Subscription

Cable Tv

POST {{base_url}}/cabletv

Headers

Name
Type
Description

authorization*

String

Set value to Bearer SECRET_KEY

Request Body

Name
Type
Description

tvno*

String

Decode IUC number

amount*

String

Amount to buy

tv*

String

e.g GOTV, DSTV, STARTIMES

custname*

String

Customer name as shown on the verify cable tv response

custno*

String

Customer number as shown on the verify cable tv response

{
  "status": true,
  "message": "Success",
  "txref": "API8650294032c698",
  "charged": 5030,
  "newbal": 100064.8
}

Take a look at how you might do this:

Sample Response

Last updated

Was this helpful?