Response Parameters
Returns following user details in JSON format:
1
Status
Response status code
String
2
Status Description
Response status description
String
3
Session ID
Client application identifier for the current session if any inputted
String
4
Liveliness (Y/N)
If request has opted for liveliness, Liveliness value to be passed - Y or N
Char
Sample Response (Encrypted)
{
"tp67LP4b1eZ8AMNC3lGUD8ZLoSp7sHTW7QhE9QvGZ0eGWXLs7qSv8XOFhdpK9HXnNnjytFK3hR59130liidq+X6vPB7pLvqNX5dXk1pycEqdO3ZlcBApF2v1J2dpfObOhBNcVl2v/w3RM9DepF3rTUktV5D5u6Jz7Sq4Aal4sHh/n63nAszr5GeMf4+47mam9uGa+q1CJ6kI5/uYM4ugEh/ZALUFN1BrLtJLEMW2OPbZXaL5E9DT0liidq+X6vPB7pLvqNX5dXk1pycEqdO3ZlcBApF2v1J2dpfObOhBNcVl2v/w3RM9DepF3rTUktV5D5u6Jz7SNFw1AMGrhFUKXl2Ul34X+0liidq+X6vPB7pLvqNX5dXk1pycEqdO3ZlcBApF2v1J2dpfObOhBNcVl2v/w3RM9DepF3rTUktV5D5u6Jz7Sq4Aal4sHh/q4Aal4sHh/nYtga23bfY4DY+riMfCMx8…………..NFw1AMGrhFUKXl2Ul34X+0liidq+X6vPB7pLvqNX5dXk1pycEqdO3ZlcBApF2v1J2dpfObOhBNcVl2v/w3 RM9DepF3rTUktV5D5u6Jz7Sq4Aal4sHh/ ="
}
Sample Response (Plain)
{
"Status": "CSS000",
"StatusDecription": "Liveliness Completed",
"Liveliness": "Y",
"SessionID": "20220426145353738_BoTVKsp0yz"
}
Response Status Code
If the request fails, corresponding status code will be returned along with the status description in the response parameter. The following table lists the possible response status codes and description
1
CSS001
Your request decryption failed
2
CSS002
Invalid Request
3
CSS003
User id or password is a mandatory field
4
CSS004
API authentication failed
5
CSS005
Client setup pending
6
CSS006
Client is currently Inactive
7
CSS007
Your password has expired
8
CSS008
Liveness API not allowed
9
CSS009
Image is empty
10
CSS010
Invalid image format
11
CSS011
Liveness configuration failed
12
CSS012
We are experiencing technical issues at the moment with one or more of our partners. Please try again later. Regret inconvenience
13
CSS013
We are unable to process the image. Please check if a lower resolution/sized image can be taken by your system and re-take photo
14
CSS014
We are unable to process your photo. Please re-take.
15
CSS015
Please come closer to the camera and ensure your face is fully visible in the frame and re-take your photo.
16
CSS016
Please move a bit away from the camera and ensure your face is completely visible in the frame and re-take your photo.
17
CSS017
Please ensure your face is completely visible in the frame and re-take your photo. We are unable to process the submitted image.
18
CSS400
Request is empty
19
CSS500
Internal Error
Last updated