Get Document Upload URL
GET/onboarding/:CustomerID/prefill/documents/upload-url
Get a URL to upload a document programmatically to add documents to KYC onboarding flows.
Multiple types of documents are supported, using the Type parameter described below, both for individual users and company documents for business users.
The response consists of a URL, together with the date and time at which it will expire, which should be used like this, for example:
curl -X PUT -H 'Content-Type: image/png' --upload-file image.png '{{URL}}'
Note: If a document is double-sided, submit two images and set up the optional Side property (Front and Back).
Request
Responses
- 200
- 400
- 401
- 500
Document upload URL successfully created.
Bad request
Client is not authorized to perform this action
Internal server error