Skip to main content
POST
/
api
/
cable
Cable Subscription
curl --request POST \
  --url https://api.mysubwallet.ng/api/cable \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cablename": "dstv",
  "cableplan": "dstv-padi",
  "smart_card_number": "1234567890",
  "request-id": "Cable_1234567890"
}
'
{
  "status": "success",
  "message": "DStv Padi renewed on 1234567890.",
  "newbal": 109925,
  "system": "API"
}

Authorizations

Authorization
string
header
required

Your API key as Token <your_api_key>.

Body

application/json
cablename
enum<string>
required
Available options:
dstv,
gotv,
startimes
Example:

"dstv"

cableplan
string
required
Example:

"dstv-padi"

smart_card_number
string
required
Example:

"1234567890"

request-id
string
required
Example:

"Cable_1234567890"

Response

200 - application/json

Result