Uploading documents to an entity
Instead of using a verification link, use this endpoint to upload documents directly via API.
Last updated
Instead of using a verification link, use this endpoint to upload documents directly via API.
Last updated
This endpoint allows you to upload entity documents directly via API. You may want to do this to fully customise the look and feel of the verification process within your website or application.
Note: You don't need to use this endpoint if you're verifying entities using a verification link.
Each call can only receive one document. Make sure to send the necessary data in the docSubType parameter.
POST
/api-entity-document-upload
Upload a document to an entity, ready for processing.
Name | Value |
---|
Body
Name | Type | Description |
---|
Response
Once all required documents have been uploaded, head toto confirm everything has been uploaded, and to start the verification check.
Content-Type |
|
Authorization |
|
| string | Unique applicantId generated on applicant creation (required) |
| string | The corporate document type - see next page for the different types.(optional) |
| string | An accessible URL representing the file being uploaded. (required) |