VAS

Validate Smartcard

Validate a cable TV smartcard or IUC number and return the account holder name.

post/api/v1/cable/validate

Request body

smartcardNumberstring required
cablenamestring required

Provider from GET /api/v1/products (e.g. DSTV, GOTV). Hyphens and underscores work as spaces.

Example request

{
  "smartcardNumber": "1234567890",
  "cablename": "DSTV"
}

Response

Validation successful

Changes