Request Parameters

#
Field Name
Description
Type
Max Length
Mandatory [Yes/No]

1

User ID

Client User ID for API Access

String

100
Yes

2

Password

Client Password for API Access

String

100
Yes

3

Session ID

Client application identifier for the current session if any

String

250
Yes

4

PAN

Applicant’s PAN number

String

10
Yes

5

AccountNumber

Bank Account number of the Applicant

String

20
Yes

6

IFSCCode

IFSC code of the Applicant’s Bank Account

String

11
Yes

7

AccountHolderName

Name of the Applicant as per the Cheque/Bank Account

String

100
Yes

8

Timestamp

Timestamp at the time of capture of request data.

String

19
Yes

Sample Request (Encrypted)

{
"tGa6kauSGnF8n5b9WZRlpeq4YVAKYtKu6h/leV+CMprXvEsDl5v+LJ1l+aNBOY51r2Q0N8eee3OhwK56FSOoO7nxIHwe/46bWt+TkBCgPT4RCbdSHPzhxsCW+3465sdfasdfiuybebxJDFIsdfsdJKS5465FSDFD/iOxmg9g1PDpjAWk0AsPkV8PG3G8mCG5W0zbsuLWgDeGsBeNS3vvKvpqhGgpKNKqtDhch1Z1+soxFZrfZmZ46xy7/4sHh/nNBOY51r2Q0N8eee3OhwK56FSOoO7nxIHwe/46bWt+TkBCgPT4RCbdSHPzhxsCW+FIkqjRWGZdIRvrEmdoHY7pqTJW77v0a……………….BsD6Pt7Wqm="


}

Sample Request (Plain)

{
"UserID": "XXXX",
"Password": "X$XXX$XXX",
"SessionID": "26454520426145353738_BoTVKsp0yz",
"PAN": "XXXXX7654XG",
"AccountNumber": "XXXX65465445",
"IFSCCode": "XXXXX000045",
"AccountHolderName": "XXXXXXX",
"TimeStamp": "2022-06-15T15:43:02"
}

Last updated