Check Status
Digio KYC Status
Postman Collection
URL
GET : /v1/service/aeps/kyc/KID240202144950612YZGM2NCWT3P8JLHeaders
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
pan (String) Required
Merchant PAN Number (Max Length: 10)
Merchant PAN Number (Max Length: 10)
aadhaar (String) Required
Merchant Aadhaar Number (Max Length: 12)
Merchant Aadhaar Number (Max Length: 12)
latitude (String) Required
Current location latitude (Max Length: 20)
Current location latitude (Max Length: 20)
longitude (String) Required
Current location latitude (Max Length: 20)
Current location latitude (Max Length: 20)
mobile (String) Required
Merchant Mobile Number (Max Length: 10)
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
- SUCCESS
- FAILED
{
"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"
}
}
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "Error, Something went wrong",
}
Response Code
Status Code | Status | Message |
---|---|---|
0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
0x0202 | FAILURE | FAILURE USER |
0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
0x0206 | PENDING | TRANSACTION PENDING |
0x0207 | REVERSED | TRANSACTION REVERSED |
0x0209 | REDIRECT | REDIRECT URL |