Credits
Insurance
KYC
Payables

IN-D CREDIT(1.3)

Usage of IN-D Credit

Authentication

Security Scheme Type
HTTP Authorization Scheme
Bearer Format
POST /user_login
Verify user credentials

Response

200
successful operation
401
Incorrect details
500
Internal server error
POST /user_register
Create new user

Response

200
successful operation
201
Request has no body!/User Details Missing!/User exists!
500
Internal server error
POST /activate_user
Activate registered user

Response

200
successful operation
201
Invalid Company! / Invalid User! / Company Already Active
500
Internal server error
POST /user_dashboard
User Profile data

Response

200
successful operation
401
Not successful!
500
Internal server error
POST /upload_documents
Upload Bank Statements as batch

Response

200
successful operation
401
Not successful!
500
Internal server error
POST /delete_documents
Upload Bank Statements as batch

Response

200
successful operation
401
Not successful!
500
Internal server error
POST /process_document
Start extraction from the batch Bank Statements

Response

200
successful operation
401
Not successful!
201
applicant id allready exits / Please select a file to upload / Bank Name is not listed in processing bank list / File is password protected. Please enter correct password / Wrong PDF file Password Entered
500
Internal server error
POST /getdetailsbyid
Get extracted data for job id

Response

200
successful operation
401
Not successful!
500
Internal server error