Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the user
Body
- Add Individual Document · object[]
- Add Business Document · object[]
An array of documents to be added.
Type of the document. This field is immutable once created.
DRIVERS
, ID_CARD
, PASSPORT
, INCOME_SOURCE
, INVESTOR_DOC
, PAYMENT_SOURCE
, RESIDENCE_PERMIT
, SELFIE
, PROOF_OF_ADDRESS
, AUTH_LETTER
, OTHER
Subtype of the document. This field is immutable once created.
FRONT_SIDE
, BACK_SIDE
, SINGLE_SIDE
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.
If provided, this document will be attached to the specified UBO. This field is immutable once created.