Request Parameter

#

Field Name

Description

Type

Max Length

Mandatory

[Yes/No]

1

Credentials

Client credentials for API Access

String

100

Yes

2

SessionID

Client application identifier for the current session if any

String

250

Yes

3

DocumentFrontPag

e

Send the First Page Document of the investor for which OCR needs to be done (base64)

Image/

PDF

-

Yes

4

DocumentBackPag

e

Send the Back Page Document of the investor for which OCR needs to be done (base64)

Image/

PDF

-

No

5

Document_Type

Document Type to initiate the relevant OCR process

String

50

Yes

S. No.

ID Proof

Document Type

1

Aadhaar

AADHAARCARD

2

Voter ID

VOTERID

3

Passport

PASSPORT

4

PAN Card

PAN

Sample Encryption Request:

{ 
"MprXvEsDl5v+LJ1l+aNBOY51r2Q0N8eee3OhwK56FSOoO7nxIHwe/46bWt+TkBCgPT4RCbdSHPzhxsCW +3465sdfasdfiuybebxJDFIsdfsdJKS5465FSDFD/iOxmg9g1PDpjAWk0AsPkV8PG3G8mCG5W0zbsuLWgDeG sBeNS3vvKvpqhGgpKNKqtDhch1Z1+soxFZrfZmZ46xy7/4sHh/nNBOY51r2Q0N8eee3OhwK56FSOoO7nxIH we/46bWt+TkBCgPT4RCbdSHPzhxsCW+FIkqjRWGZdIRvrEmdoHY7pqTJW77v0a………………. BsD6Pt7Wqm =" 
} 

Sample Plain Request:

{ 
  "UserID": "XXXX", 
  "Password": "X$XXX$XXX", 
  "SessionID": "26454520426145353738_BoTVKsp0yz", 
  "DocumentFrontPage":"oki6LqBCtFtBpKPyAjHv2YeHuDxVX450Jx0TZyhFUIBwrbxM", 
  "DocumentBackPage":"3myuFg6Th1Ne5J3NorHYigc0iyRxDGk1UAZY3YB+GbSDVf5o10TZy", 
  "Document_Type": "Passport" 
} 

Last updated