Get Document
Use this API to get your customer’s document details from DigiLocker.
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
Path Parameters
It is the type of document to be verified.
AADHAAR
, PAN
, DRIVING_LICENSE
Query Parameters
It is the unique ID created by Cashfree Payments that you receive in the response of Create DigiLocker URL API.
format: int64
It is the unique ID you created to identify the Create DigiLocker URL API request.
Response
Success response for Get Aadhaar DigiLocker Document API
It displays the name of the parent or guardian.
"John Snow"
It displays the date of birth of the individual.
"02-02-1995"
It displays the gender of the individual.
"M"
It displays the name of the individual.
"John Doe"
It displays the link to the photo of the individual present in the document.
"PHOTO_LINK"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1234
It displays the status of the aadhaar document fetch. Possible values are:
SUCCESS
: Aadhaar successfully fetchedAADHAAR_NOT_LINKED
: Aadhaar not linked
"SUCCESS"
It contains the address information in individual components.
{
"country": "India",
"dist": "Haveri",
"house": "House",
"landmark": "Landmark",
"pincode": "581112",
"po": "Post Office",
"state": "State",
"street": "Street",
"subdist": "SubDist",
"vtc": "Vtc"
}
It displays the unique number assigned to the individual when applying for the aadhaar card.]
"xxxxxxxx5678"
It displays the unique ID you created to identify the verification request.
"ABC00123"
It is the link which points to the zip file containing the XML file and has 48 hrs expiry
"https://abc.xyz"
Was this page helpful?