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
It is the API version. To receive the aadhaar seeding status in the response, use any date after 2022-09-12
Send the signature if IP is not whitelisted
Body
Find the request parameters to verify and validate the PAN information
Find the request parameters to verify PAN via OCR
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"12345678"
It is the scanned copy of the PAN card. Allowed file type - JPEG/JPG/PNG.
Response
Success response for verifiying the PAN information
PAN Verification via OCR success response
It displays the name of the PAN holder.
"John Doe"
It displays the name of the organisation the individual runs.
"ABC pvt ltd."
It displays the type of PAN issued to the individual.
"Business"
It displays the incorporation date of the individual's organisation.
"01-01-2000"
It displays the date of birth of the individual.
"01-01-1990"
It displays the father's name of the individual.
"Jone Doe"
It displays the entered PAN information in the request.
"ABCPP3011E"
It displays whethere the entered PAN information is valid.
true
It displays the age of the individual.
"20"
It displays the status of the PAN information.
"Valid"
It displays the unique ID created by Cashfree Payments for reference purposes.
"123456789"
It displays the unique ID you created to identify the request.
"1676668986"
It displays the level of confidence or reliability associated with the PAN verification.
"0.98"
It displays details about the success or failure of the API request.
"Valid PAN"