Bills Payment
Misc
Payments
Refunds
Bills Payment
Tv services
TV Services
This endpoint allows you to access the section for TV services.
Endpoint
{{baseurl}}/bill-payment/tv-services
This is a GET request; a successful response should look like this.
{
"success": true,
"statusCode": 200,
"message": "TV services fetched",
"data": [
{
"serviceCategoryId": "string",
"name": "DSTV BILL",
"identifier": "DSTV",
"isFixedAmount": true,
"description": "DSTV Bundle",
"logoUrl": "logo url"
},
{
"serviceCategoryId": "string",
"name": "GOTV",
"identifier": "GOTV",
"isFixedAmount": true,
"description": "GOTV Package",
"logoUrl": "logo url"
},
{
"serviceCategoryId": "string",
"name": "STARTIMES",
"identifier": "STARTIMES",
"isFixedAmount": true,
"description": "STARTIMES Package",
"logoUrl": "logo url"
}
]
}
On this page