Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| nrc | string | National Registration Card | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.taxpayer_name | string | Registered name of the taxpayer |
| entity.current_status | string | Current status of the registration (e.g., ACTIVE) |
| entity.is_deregistered | number | Deregistration flag (0 = not deregistered, 1 = deregistered) |
| entity.tax_types | string | Registered tax types for the individual |
| entity.nrc | string | National Registration Card number |
| entity.tpin | string | Taxpayer Identification Number (TPIN) |