Endpoint Version: 1.0.0 | Cost: ₹1.50 per call
Verify PAN validity and retrieve registered cardholder name details.
| Header Name | Value / Type | Description |
|---|---|---|
| Content-Type | string |
application/json |
| X-API-Key | string |
your_api_key |
| X-API-Secret | string |
your_api_secret |
| Parameter Name | Required Type | Constraint |
|---|---|---|
| pan | string |
10-digit PAN Card Number |
| Header | Sample Value |
|---|---|
| Content-Type | application/json; charset=utf-8 |
| X-Execution-Time-Ms | 45.82 ms |
| Error Code | Description / Scenario |
|---|---|
| INVALID_PARAMETER | One or more query parameters are incorrectly formatted. |
| INSUFFICIENT_BALANCE | Your wallet balance is below the charge rate of this endpoint. |
{
"status": "success",
"data": {
"pan": "ABCDE1234F",
"full_name": "MOHAMMAD ALAM",
"status": "ACTIVE"
}
}
{
"status": "error",
"message": "Authentication failed or parameter invalid"
}