Cable TV
Note: all requests should have your API Token as a bearer token in authorization header. Content-Type application/json
We have three different services on Cable TV with following Service codes
There are four endpoints involved in Cable TV subscription in the order of Get Price, Account Number Validation, Vend and Transaction Confirmation
Get Price
POST
http://epayment.com.ng/epayment/api/3pcable_prices
Request Body
{ "service":"BPD-NGCA-AQA" }
Account Validation
POST
http://epayment.com.ng/epayment/api/3pcable_validate
Request Body
{ "service":"BPD-NGCA-AQA", "smartcard_number":"10175323 178" }
Vend Cable TV
POST
http://epayment.com.ng/epayment/api/3pcable_vend
Request Body
{ "service":"BPD-NGCA-AQA", "smartcard_number":"10175323 178", "customer_reference":"221209 38399XYM00", "product_code":"COMPLE36" }
Verify Completed Cable TV Vending
POST
http://epayment.com.ng/epayment/api/3pcable_verify
Request Body
{ "customer_reference":"100123" }