Validate Smartcard

Validate CableTV Smartcard

POST https://sagecloud.ng/api/v2/cable-tv/validate-customer

Headers

Name
Type
Description

Authorization

string

Check the Headers page.

Request Body

Name
Type
Description

biller_id

string

The ID of the provider

smartCardNo

string

The smartcard no. of the customer

{
    "success": true,
    "customer": {
        "success": true,
        "fullName": "JOHN DOE"
    }
}

Last updated

Was this helpful?