Skip to main content
GET
Verify Smartcard
cable is the numeric provider ID from List Cable Providers (e.g. 2 for DSTV). iuc is the customer’s IUC / SmartCard number. A successful response returns the customer name field.
Validate an IUC / SmartCard number before buying a cable subscription. This is a GET request — pass cable and iuc as query parameters.

Authorizations

Authorization
string
header
required

Send your API key as Token <your_api_key>.

Use your live key for real transactions, or your sandbox key (sk_test_…) to test — sandbox calls return a realistic simulated result and never touch your wallet. Add "sandbox_status": "fail" to any sandbox request to simulate a failure.

Query Parameters

cable
integer
required

Cable provider ID (from GET /api/cable-providers)

Example:

2

iuc
string
required

IUC / SmartCard number

Example:

"1234567890"

Response

200 - application/json

Customer