Request Parameters

#

Field Name

Description

Type

Max. Length

Mandatory [Yes/No]

1

UserID

Client User ID for API Access

String

100

Yes

2

Password

Client Password for API Access

String

100

Yes

3

SessionID

Client application identifier for the current session if any

String

250

Yes

4

Image1

Photo captured on screen to check for Face Matching (base64)

Image

-

Yes

5

Image2

Reference document of the applicant against which the live photo should be matched

(PAN / Driving License /

Others)

String

100

Yes

6

Liveliness

Define whether to check liveliness of the photo. Valid values are Y / N

String

1

Yes

7

DocumentRefNo

Document Reference Number received from the calling Application

String

100

Yes

8

TimeStamp

Timestamp at the time of capture of request data.

String

19

Yes

Sample Encrypted Request:

{ 
TkBCgPT4RCbdSHPzhxsCW+CMprXvEsDl5v+LJ1l+aNBOY51r2Q0N8eee3OhwK56FSOoO7nxIHwe/46bW t+eGsBeNS3vvKvpqhGgpKNKqtDhch1Z1+soxFZrfZmZ46xy7/4sHh/nNBOY51r2Q0N8eee3OhwK56FSOoO7 nxIHwe/46bWt+TkBCgPT4RCbdSHPzhxsCW+FIkqjRWGZdIRvrEmdoHY7pqTJW77v0a………………. BsD6Pt7Wqm= 
} 

Sample Plain Request:

  { 
    "UserID": "XXXX", 
    "Password": "X$XXX$XXX", 
    "SessionID": "26454520426145353738_BoTVKsp0yz", 
    "Image1": "/9j/4AAQSkZJRgABAQEBLAEsAAD/4QodJRRRXy59Qf........./2Q==", 
    "Image2": "/9H/RgABAQEBLAEsAADZJRgAEsAAD/AAQSk4QodJRRRXy59Qf4........./9R==",     "Liveliness": "Y", 
    "DocumentRefNo": "2020465465463738_Vk7CESqPwz", 
    "TimeStamp": "2022-06-15T15:43:02" 
  } 

Last updated