Response Parameters

Returns following user details in JSON format:

#

Field Name

Description

Type

Max Length

Mandatory [Yes/No]

1

Status

Response status code

String

100

Yes

2

StatusDescription

Response status description

String

100

Yes

3

SessionID

Client application identifier for the current session if any

String

250

Yes

4

Res_Ref_No

VARCHAR to accept a reference ID for the document request if passed

VC

50

No

5

IFSCCode

IFSC Code read from the uploaded Cheque image

VC

11

Yes

6

AccountNumber

Account Number read from the uploaded Cheque image

VC

20

Yes

7

AccountHolderNa me

Account Holder Name read from the uploaded Cheque image

String

200

Yes

8

Bank

Bank Name read from the uploaded Cheque image

String

100

Yes

9

Branch

Branch Name read from the uploaded Cheque image

String

100

Yes

10

AccountType

Account Type of the Applicant.

Possible values are

CA = "Current Account”

SB = "Savings Account"

String

50

Yes

11

City

City of the Applicant’s Bank

Account as read from the Cheque

String

100

Yes

12

State

State of the Applicant’s Bank

Account as read from the Cheque

String

100

Yes

Sample Decryption Response:

{ 
"tp67LP4b1eZ8AMNC3lGUD8ZLoSp7sHTW7QhE9QvGZ0cKyJoesmPVSPU6VhHpvWQPgi7a5+z97RHsumvk
2pOZ4HUvSoSA8+roNfJMxVSvByruneSAG9WXC1EPs1obA1WEc8iBWMZKIHMyQ4qVBivKqefQ8V85UB5Yx HW0JE5+IsXjJPDks2XoseJDE6NJmbDd5GhGFYSYTiuwaNQRhshZQuXFYxmEVyUe5J2ezVLVv23162bB1pzEh T/bDsHvHu5EX3tYO/bxnVTJ3tEchP6kyvbiB/OmO0RGlq7IGzULJ5ZzIqiLJ0M03HXGdM8w8aXbQgwu0XQ8D
+YZ83Rw0rws6mExC44cj5fj6jEF5IHEOttcOZYfPhDzxUt8Il+b/2Kpv7bYO15/ORvjGBsp7Jj+AV+5jz6GJ+hLE5B
/jdaBrFpOtnR5ogZc/ourBdMbsjjv" 
} 

Sample Plain Request:

{ 
  "Status":"CSS000", 
   "StatusDecription":"Success", 
   "SessionID":"20220628122919295XXXXXXXX ", 
   "IFSCCode":"XXXXXX", 
   "AccountNumber":"2348XXXXXXX", 
   "AccountHolderName":"XXXXXXXXX", 
   "AccountType":"SB", 
   "Bank":"ICICI BANK LIMITED", 
   "Branch":"MADAVARAM", 
   "City":"CUDDALORE", 
   "State":"TAMIL NADU", 
   "Res_Ref_No":"20220628123318121_XXXXXXXX" 
} 

Sample Failure Plain Response:

{ 
  "Status": "CSS002", 
  "StatusDecription": "Invalid request", 
} 

Response Code Status & Status Description:

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 status codes.

#

Status Code

Status Description

1

CSS000

Success

2

CSS001

Your request decryption failed.

3

CSS002

Invalid Request

4

CSS003

User id or password is mandatory field

5

CSS004

API authentication failed

6

CSS005

Client setup pending

7

CSS006

Client is currently Inactive

8

CSS007

Your password is expired

9

CSS008

Unauthorised API access

10

CSS009

Image is empty

11

CSS010

Invalid image format

12

CSS018

SessionID is mandatory field

13

CSS103

Cheque OCR configuration failed

14

CSS104

Unable to fetch data from cheque. You may key in the bank details an d continue.

15

CSS105

We are unable to extract from the image uploaded. You may key in th e bank details and continue.

16

CSS106

Please upload valid cancelled cheque. You may key in the bank detail s and continue.

17

CSS400

Request is empty.

18

CSS500

Internal Error

Last updated