GET
/
digilocker
{
  "user_details": {},
  "status": "PENDING",
  "document_requested": [
    "AADHAAR"
  ],
  "document_consent": [],
  "verification_id": "ABC00123",
  "reference_id": 12345
}

Authorizations

x-client-id
string
headerrequired

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
headerrequired

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted

Query Parameters

reference_id
integer
default: 12345

It is the unique ID created by Cashfree Payments that you received in the Create DigiLocker URL API response.

verification_id
string
default: ABC00123

It is the unique ID you created to identify the Create DigiLocker URL API request.

Response

200 - application/json

Success response of Get DigiLocker Verification Status

user_details
object

It displays the details of the individual(user).

status
string

It displays the status of the API request.

document_requested
string[]

It contains the information of the requested document(s) for verification.

It displays the consent of the individual(user) for document verification.

verification_id
string

It displays the unique ID you created to identify the verification request.

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes.