API allows partners to securely upload customer documents to our system. Documents are essential for KYC verification, loan processing and compliance checks
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Payload:
HTML
<form action="url" method="post" enctype="multipart/form-data">
<input type="file" name="file" />
<input type="submit" />
</form>
cURL
curl --location --request POST 'https://uat-gateway.datasignstech.com/lead/docs?leadId=LD1234&docType=PAN' \
--header 'Authorization: f'Bearer {token}'
--form 'file=@"/FilePath"'
:
- Use the leadId from the Create Lead API response to upload documents for the registered lead.
- Submit both front and back images for address proof, regardless of the number of pages..
- When uploading a business proof, docSubType must be provided.
- Only one document per request is allowed.
- Supported file types: PDF/PNG/JPG/JPEG/TIFF/XML;
For CURRENT_ADDRESS_PROOF(Aadhaar), only the XML format is accepted.
Query Params Mapping
Aadhaar:
docMode = OKYC
docType = CURRENT_ADDRESS_PROOF
Allowed file types: XML
Selfie:
docType = SELFIE
2nd Current Address Proof:
docType = OTHER_CURRENT_ADDRESS_PROOF
docSubType = UTILITY_BILL / RENTAL_AGREEMENT / SHOP_ESTABLISHMENT
2nd Business Address Proof:
docType = OTHER_BUSINESS_ADDRESS_PROOF
docSubType = UTILITY_BILL / RENTAL_AGREEMENT / SHOP_ESTABLISHMENT
2nd Business Proof:
docType = OTHER_BUSINESS_PROOF
docSubType = DRUG_LICENSE
Loan Agreement:
docType = LOAN_AGREEMENT
Business Shop Image :
docType = BUSINESS_SHOP_IMAGE
docName = unique str/int