Use this API to verify your customers’ PAN information individually or in batches at a time. This API comes in handy when you have to verify a large number of PAN information. View the test data and use the information to trigger the validations. The test data are usable only in the test environment sandbox.
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Send the signature if IP is not whitelisted.
It is the API version. To receive the aadhaar seeding status in the response, use any date after 2022-09-12
Find the request parameters to verify a large number of PAN information
It is the unique ID you create to identify the API request. Only alphanumeric and underscore ( _ ) are allowed.
"ABCPV1234D"
It is the array of PAN details for verification. PAN and name should be included. The name parameter is optional.
2[
{ "name": "John Doe", "pan": "ABCPP3011E" },
{ "name": "Jane Doe", "pan": "ABCPP3022E" }
]Success response for verifying a large number of PAN information