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 extract the details of a customer from the aadhaar card image
Request body schema for Aadhaar Verification via OCR.
It is the unique ID you create to identify the request. The maximum character limit is 50. Only alphanumeric, hyphen (-), period (.), and underscore ( _ ) are allowed.
"12345678"
It is the scanned image of the front of the aadhaar card. Allowed file type - JPEG/JPG/PNG. The max file size of both the files is 10MB.
It is the scanned image of the back of the aadhaar card. Allowed file type - JPEG/JPG/PNG. The max file size of both the files is 10MB.
Response
Success response for verifying aadhaar information
Success response for Aadhaar Verification via OCR
It displays the name of the aadhaar card holder.
"John Doe"
It displays the year of birth of the aadhaar card holder.
"2000"
It displays the father's name of the aadhaar card holder.
"Jone Doe"
It displays the gender of the aadhaar card holder.
"Male"
It displays the UID information as present in the aadhaar card.
"123456789012"
It displays the name of the state as present in the aadhaar card.
"Madhya Pradesh"
It displays the PIN code information as present in the aadhaar card.
"453551"
It displays the address information of the aadhaar card holder.
"4th cross road  Koramangala"
It displays whether the aadhaar card is valid or not.
true
It displays the status of the aadhaar card.
"VALID"
It displays the unique ID created by Cashfree Payments for reference purposes.
"123456"
It displays the unique ID you created to identify this request.
"123467"
It displays the confidence score for this aadhaar card verification request.
"0.98"
It displays details about the success or failure of the API request.
"valid"