Upload Proof Document

View as Markdown
**Upload Proof Document** is an **authenticated** API call that allows submission of a user’s source of income document proof as part of the KYC verification process. This step is required when Enhanced KYC is triggered and Source of income is submitted. Valid proof documents (e.g., passport, national ID, driver’s license, or utility bill) must be submitted after completing the submission of Source of income Form. **Note:** Any invalid, unclear, or missing documents may lead to KYC verification failure or delays in completing the onboarding process.

Headers

authorizationstringRequiredDefaults to YOUR_USER_AUTH_TOKEN

Authorization token is the accessToken received from the API - api/v2/auth/verify

x-user-identifierstringOptionalDefaults to USER_EMAIL_ID

Your authenticated user Email Id address.

Note: This is applicable only for Auth Reliance Flows

x-access-tokenstringOptionalDefaults to YOUR_ACCESS_TOKEN

Your Partner Access Token. Please refer here for a tutorial on generating your access token.

Note: This is applicable only for Auth Reliance Flows

Request

This endpoint expects a multipart form containing a file.
docIdstringRequiredDefaults to PAYSLIP

Document optionId present in the DOCUMENT_PROOF Form

filefileRequired
Document Proof

Response

200 - Success

dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error