Verify
Use this API to verify if a given PAN exists. You will receive the name registered with the PAN and the PAN type (Individual or Business) in the response for a valid PAN. 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
It is the API version. To receive the aadhaar seeding status in the response, use any date after 2022-09-12
Body
Find the request parameters to verify PAN
It is the unique 10-character alphanumeric identifier of the individual issued by the Income Tax Department. The first 5 should be alphabets followed by 4 numbers and the 10th character should again be an alphabet.
It is the name of the individual.
Response
Success response for Verify PAN Sync API
It displays additional information of the linking of aadhaar and PAN card. Possible values are:
Y
: "Aadhaar is linked to pan"R
: "Aadhaar is not linked to pan"NA
: "Not applicable, in case of business pan"
It displays additional information of the linking of aadhaar and PAN card.
It displays the father's name of the PAN card holder.
It displays the last updated date.
It displays details about the success or failure of the API request.
It displays the result of the name match verification. Possible values are:
DIRECT_MATCH
GOOD_PARTIAL_MATCH
MODERATE_PARTIAL_MATCH
POOR_PARTIAL_MATCH
NO_MATCH
It displays the score for the name match verification.
It displays the name displayed on the PAN card.
It displays the name entered in the API request.
It displays the unique 10-character alphanumeric identifier issued by the Income Tax Department.
It displays the status of the PAN card. Possible values are:
VALID
INVALID
DELETED
DEACTIVATED
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the PAN registered name.
It displays the type of the PAN issued.
It displays the status of the PAN card.
Was this page helpful?