Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
- Update Individual Document
- Update Business Document
Three-letter alpha-3 country code as defined in the ISO 3166-1 spec.
Date of issue of the document.
Expiry date of the document.
If applicable, unique identification number of the document.
Description of the document. Required if type is OTHER
.
URL of the document. Either url
or fileId
is required, but not both.
*Maximum file size 10MB and minimum file size 10KB
*Valid file types: .pdf, .jpeg, .jpg, .png, .heic, .tif
The file ID returned from the file upload endpoint. Either url
or fileId
is required, but not both.