Cable TV Subscription API
Verify a smartcard, fetch its current package catalog with live prices, and complete the subscription in one flow — for DStv, GOtv, Startimes, and Showmax.
Confirm the account holder's name before every payment so your users never top up the wrong card.
The verify endpoint returns the current list of packages available on that smartcard, each with today's price — no stale local pricing to maintain.
We re-verify plan prices at the moment of purchase. Even if your app cached an old price, the correct amount is always charged.
The same verify + buy pattern works for all four cable operators. Your integration is written once.
Endpoints
POST /api/v1/verifycabletv • POST /api/v1/buycabletvFull parameter reference and code samples in the API documentation.