v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Upload Transaction Doc

The Upload Transaction Doc API allows the API user to upload the documents required for the review of the transaction at the AD1/AD2 institution.

post/v1/client/transaction/upload-doc

Query parameters

transactionIdstring required

Transaction ID as generated from the Get Quote API

fileNamestring

Name of the file to be uploaded

fileTypestring required

File type to be uploaded, can be one of the following ["jpg","jpeg","pdf","png"]

docTypestring required

The document being uploaded for review, can be one of the following ["ADMISSION LETTER", "LOAN SANCTION","GIC LETTER","BLOCKED ACCOUNT LETTER"]

sidestring

The side of the document being uploaded, can be one of the following ["front","back"]

Headers

api-keystring required

API Key

auth-keystring required

The Auth Key via the Generate Auth Key API

userIdstring required

User Id as generated via the "Create Account (sign-Up) API". Identifier of an individual user, you can map this to the User identification at your end.

Request body

filestring binary required

The file to be uploaded for the Transaction review at the bank

Response

200

statusinteger
messagestring

Example response

{
  "status": 200,
  "message": "Success",
  "data": {
    "message": "Document Added",
    "docId": "ba8f0020-affe-48c4-bb2f-f11d9f3b5d26"
  }
}