Skip to main content

Check Status

Digio KYC Status

Postman Collection

URL

GET : /v1/service/aeps/kyc/KID240202144950612YZGM2NCWT3P8JL

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Body Params

pan  (String)   Required
Merchant PAN Number (Max Length: 10)
aadhaar  (String)   Required
Merchant Aadhaar Number (Max Length: 12)
latitude  (String)   Required
Current location latitude (Max Length: 20)
longitude  (String)   Required
Current location latitude (Max Length: 20)
mobile  (String)   Required
Merchant Mobile Number (Max Length: 10)

Request

Example Request
    curl --location '/v1/service/aeps/kyc/KID240202144950612YZGM2NCWT3P8JL' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"pan": "ENXXXXXX6A",
"aadhaar": "xxxxxxxx2742",
"latitude": "26.600000",
"longitude": "82.133904",
"mobile": "96518xxxxx"
}'

Response Samples

    {
"code": "0x0200",
"message": "Record fetched successful.",
"status": "SUCCESS",
"data": {
"kyc": {
"id": "KID24042310410445963CHNJIJNSK2HA",
"name": "SOHEL RANA",
"faceMatch": 99,
"aadhaar": "xxxxxxxx1852",
"gender": "M",
"dob": "02/05/1996",
"image": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBnTNFFIo//9k=",
"fatherName": null,
"currentAddress": {
"address": "DAHARPAR,Mahendrapur,Murshidabad,West Bengal,742201",
"locality_or_post_office": "Mahendrapur",
"district_or_city": "Murshidabad",
"state": "West Bengal",
"pincode": "742201"
},
"pan": "BVI****91J",
"panName": "SOHEL RANA"
},
"merchantDetails": {
"merchantLoginId": "TEOJD26******73",
"merchantLoginPin": "ec52a0481203a2c7********647e69",
"status": "0",
"isOnboard": "true"
}
}
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x0207REVERSEDTRANSACTION REVERSED
0x0209REDIRECTREDIRECT URL