POST
/
digilocker
/
verify-account
curl --request POST \
  --url https://sandbox.cashfree.com/verification/digilocker/verify-account \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --data '{
  "verification_id": "ABC001238",
  "mobile_number": "101340612345"
}'
{
  "verification_id": "ABC00123",
  "reference_id": 12345,
  "mobile_number": 123456789,
  "status": "ACCOUNT_EXISTS",
  "digilocker_id": "8aa626bf-34aa-5ffc-a123-f69207e129a7"
}

Authorizations

x-client-id
string
header
required

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

x-client-secret
string
header
required

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

Body

application/json

Find the request parameters to verify a Digilocker account

Find the request parameters to verify a Digilocker account.

Response

200
application/json

Success response for digilocker account detail.

Response of verify DigiLocker account API.