Documents v2

Get Documents

get
/v2/documents

Get documents. By default, it returns last 20 documents. It is possible to send query parameters to adjust the result

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
startDatestring · date-timeOptional

Beginning of the range

endDatestring · date-timeOptional

End of the range

searchTextstringOptional

search string to filter through document names

resourceTypestring · enumRequiredPossible values:
resourceIdstring · uuidRequired
docTypestring · enumOptional

document type filter

Possible values:
cursorstringOptional

String value used for pagination

limitinteger · min: 1Required

Maximum number of items to return

Default: 20
Responses
chevron-right
200

OK

application/json
get
/v2/documents

Upload Document

post
/v2/documents
Document Group
Document Type
Entities/Roles

Company documents

CURRENT_REGISTRY_EXTRACT CHRONOLOGICAL_REGISTRY_EXTRACT SHAREHOLDER_LIST PARTNERSHIP_AGREEMENT TRANSPARENCY_REGISTER_EXTRACT STATUTE

LEGAL_ENTITY

Company documents

BUSINESS_REGISTRATION

NATURAL_PERSON LEGAL_ENTITY

Kyc documents

IDENTIFICATION_CERTIFICATE PROOF_OF_RESIDENCE KYC

NATURAL_PERSON PARTNER_USER

Kyc documents

BIRTH_CERTIFICATE

NATURAL_PERSON (Minor)

Kyc documents

DEATH_CERTIFICATE

NATURAL_PERSON

Tax documents

TIN_NA_CONFIRMATION

NATURAL_PERSON

Tax documents

W_8BEN_E

LEGAL_ENTITY

Financial situation documents

SOURCE_OF_INCOME SOURCE_OF_FUNDS

CUSTOMER

Proxy documents

PROOF_OF_SINGLE_CUSTODY PROOF_OF_CUSTODY

PROXY (Guardian)

Proxy documents

INSOLVENCY_ORDER

PROXY (Liquidator)

Proxy documents

INHERITANCE_LIGITIMATION

PROXY (Power of Attorney in case of death)

General documents

OTHER

NATURAL_PERSON JOINT_PERSON LEGAL_ENTITY PARTNER_USER CUSTOMER PROXY

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
filestring · binaryRequired

File data

Responses
chevron-right
200

OK

application/json
post
/v2/documents

Get Document

get
/v2/documents/{documentId}

Get document

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
documentIdstring · uuidRequired

Unique document identification number in UUID format

Responses
chevron-right
200

OK

application/json
get
/v2/documents/{documentId}

Get Document File

get
/v2/documents/{documentId}/file

Get document file

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
documentIdstring · uuidRequired

Unique document identification number in UUID format

Responses
chevron-right
200

OK

application/octet-stream
Responsestring · binary
get
/v2/documents/{documentId}/file

Sign Document

post
/v2/documents/sign

Create new natural person document signature

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
partnerDocumentIdstring · uuidRequired

Id of the partner document which was signed

naturalPersonIdstring · uuidRequired

Id of the natural person for which the document is signed

customerIdstring · uuidOptional

Id of the customer in whose context the natural person is active. Required only for TERMS_AND_CONDITIONS document type.

Responses
post
/v2/documents/sign

No content

Last updated