PAN 360
Use this API to verify the PAN information of your customers. You can retrieve more information such as first name, last name, masked aadhaar number, contact information and more. Mobile number, email and address fields will have low fill rate around 5-10% based on the recent changes to the source of the information. View the test data and use the information to trigger the validations. The test data are usable only in the test environments such as 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.
Body
Find the request parameters to verify PAN information
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 unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
It is the name of the PAN information holder.
Response
Success response for PAN Advance
It displays the aadhaar and PAN link status.
It displays the address information of the individual.
It displays the date of birth of the individual.
It displays the email ID of the individual.
It displays the first name as present in the PAN information.
It displays the gender of the individual as present in the PAN information.
It displays the last name as present in the PAN information.
It displays the masked aadhaar number of the individual.
It displays details about the success or failure of the API request.
It displays the mobile number of the individual.
It displays the name as present in the PAN information.
It displays the name entered in the API request.
It displays the PAN information entered in the API request.
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
It displays the registererd name as present in the PAN information.
It displays the status of the API request. Possible values are
VALID
: The provided PAN is valid.INVALID
: The provided PAN is invalid.
It displays the type of the PAN issued.
It displays the unique ID you created to identify the verification request.
Was this page helpful?