Automated TV Activation API
Cable TV Subscription API Nigeria
Instant renewal and package switching for DSTV, GOtv, and Startimes bouquets. Smartcard validation with zero delay.
POST
https://babspay.com.ng/api/cable
Request Body (JSON)
{
"cable_provider": 1, // 1: DSTV, 2: GOTV, 3: STARTIMES
"smartcard_number": "2039485721",
"package": 14, // Package plan ID
"phone": "08137000125"
}
Success Response (200 OK)
{
"status": "success",
"message": "Subscription renewed successfully",
"customer_name": "LAWADEY TECH",
"smartcard_number": "2039485721",
"package_name": "GOtv Max",
"amount_charged": 5700.00
}
Frequently Asked Questions (FAQ)
Can I validate smartcard or IUC numbers before payment?
Yes, our GET /api/cable-validate endpoint returns the customer name, current bouquet, and due date.
How soon is the cable TV account activated?
Activation is instantaneous upon successful API response.