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.
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Send the signature if two-factor authentication is selected as Public Key. More details
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