Cable Subscription
These Suit of APIs allow you vend cable subscriptions
BOUQUET LIST
This API allows you to retrieve the bouquet list of a cable provider
POST
https:{{base_url}}
/v1/service/cable/bouquet-list
Request Body
provider*
String
Name of Cable Provider (e.g, GoTV, DSTV)
Sample Request
Sample Response
ACCOUNT LOOKUP
This API allows you to look up the smartcard number of a provider before vending.
POST
https:{{base_url}}
/v1/service/cable/lookup
REQUEST BODY
provider*
String
Name of Cable Provider (e.g, GoTV, DSTV)
smartcard_number*
String
The smartcard number of the decoder
Sample Request
Sample Response
CABLE SUBSCRIPTION (VEND)
This API allows you to subscribe to a bouquet.
POST
https:{{base_url}}
/v1/service/cable/vend
Before vending, you must have first called the Account lookup endpoint, and pass the reference generated as your reference in order to vend
Request Body
provider*
String
Name of Cable Provider (e.g, GoTV, DSTV)
reference*
String
Reference retrived from account lookup
boquet_code*
String
Provider's boquet package
phone_number*
String
Phone number of the user
email*
String
Email address of the user
Sample Request
Sample Response
Last updated
Was this helpful?