Get Verification Status
Use this API to get the status of the DigiLocker verification. You need to enter either the verification ID or reference 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
Query Parameters
It is the unique ID created by Cashfree Payments that you received in the Create DigiLocker URL API response.
format: int64
It is the unique ID you created to identify the Create DigiLocker URL API request.
Response
Success response of Get DigiLocker Verification Status
It displays the details of the individual(user).
{
"name": "John Doe",
"dob": "02-02-1995",
"gender": "M",
"eaadhaar": "Y",
"mobile": "9999999999"
}
It displays the status of the API request. Possible values are:
PENDING
AUTHENTICATED
EXPIRED
"PENDING"
It contains the information of the requested document(s) for verification.
["AADHAAR"]
It displays the consent of the individual(user) for document verification.
["AADHAAR"]
It displays the unique ID you created to identify the verification request.
"ABC00123"
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1234
Was this page helpful?