v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-31249122.2 KB
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