The identity/v2/sessions
endpoint allows you to create a new identity validation session for Legal Entities, based on one of our validation flows, and returns a unique identifier for it.
The identity/v2/sessions endpoint allows you to create a new identity validation session for natural persons (employee), associated with the Company which was previously validated.
The identity/v1/sessions/{session_id}/entities/{user_id or company_id}/files/{type_document}
endpoint will be used with the “Session Creation” ones. The purpose is to be able to upload the supporting documents that are needed depending on each type of session.
The supported documents are:
For Argentina
selfie: photo of the person's face requesting session validation.
identity-card-front: frontal photo of the identification document.
identity-card-back: backside photo of the identification document.
company-document: according to the Company type, different types of documentation will be required.
For Brazil
selfie: photo of the person's face requesting session validation.
identity-card-front: frontal photo of the identification document.
identity-card-back: backside photo of the identification document.
driver-license-front: frontal photo of the driver's license.
driver-license-back: backside photo of the driver's license.
company-document: Articles of incorporation, statute, subscription bulletin, Articles of incorporation with sworn translation or updated document with a registration that proves the constitution of the company.
identity/v1/sessions/{session_id}
endpoint lets you cancel an identity validation session.identity/v1/session/{session_id}
endpoint lets you get data from an identity validation session.The identity/v1/sessions/{session_id}/report
endpoint lets you obtain the data collected from company in an identity validation session.
The /sessions endpoint allow you to perform a search with specific filters.
There is a filter for the created_at field, which can be used to get sessions created within a date range. For example: filter[created_at][from]=2021-07-27&filter[created_at][to]=2021-07-28