Get Status.
Use this API to get the status of the Verify PAN in Bulk API request. You need to enter either the reference ID or bulk verification ID.
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
Query Parameters
It is the unique ID created by Cashfree Payments that you receive in the response of Verify PAN in Bulk API.
It is the unique ID you created to identify the Verify PAN in Bulk API request.
Response
Response for Verify Bulk PAN API
It displays the unique ID created by you to identify the bulk verification request.
"1123456"
It displays the unique ID created by Cashfree Payments for reference purposes.
"515"
1
It contains the details of PAN for verification.
Success response for Verify PAN Sync API
{
"father_name": "John Doe",
"message": "VALID",
"name_match_result": "PARTIAL",
"name_match_score": "0.7",
"name_provided": "John De",
"pan": "ABCDP3011E",
"reference_id": 1234567,
"registered_name": "John Doe",
"status_code": "VALID",
"type": "Individual",
"valid": true
}