v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

ReUpload Doc

The Reupload Doc API allows the API user to reupload the missing or incorrect documents for the bank's verification process

post/v1/client/transaction/reupload-doc

Query parameters

transactionIdstring required

Transaction Id as received from the Generate quote API, requiring the re-upload of missing or incorrect documents

Headers

api-keystring required

API Key

auth-keystring required

The Auth key as received from 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.

Response

200

statusinteger
messagestring

Example response

{
  "status": 200,
  "message": "Success"
}