Verify
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.
Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
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
Body
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.
[
{ "name": "John Doe", "pan": "ABCPP3011E" },
{ "name": "Jane Doe", "pan": "ABCPP3022E" }
]
Response
Success response for verifying a large number of PAN information
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
612
It displays details about the success or failure of the API request.
"Request accepted. You can check the status after some time."
Was this page helpful?