> For the complete documentation index, see [llms.txt](https://capitalsage.gitbook.io/sagecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://capitalsage.gitbook.io/sagecloud/cable-tv/validate-smartcard.md).

# Validate Smartcard

## Validate CableTV Smartcard

<mark style="color:green;">`POST`</mark> `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 |

{% tabs %}
{% tab title="200 Sample response." %}

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

{% endtab %}
{% endtabs %}
