KYC
In this section, you will find how to create a process in Unico via the REST API
Getting started
Creates a magic link to start a KYC web process hosted by Unico. After the user finished the process, the user magic link will be inactivated and the user will not be able to use it again. You will need to create a new magic link for the user to start a new KYC process.
Endpoint to create a new KYC process in Magic Link integration.
An external identifier for the request, used for tracking and reference purposes.
Magic link successfully created
Magic link successfully created
Webhook V1 Requirements
HTTPS protocol: For security reasons, your webhook endpoint must use the HTTPS protocol;
Response time: The system will wait up to one minute for a response from your webhook server. After this period, the connection will be dropped. This will not impact the main process execution in any way;
Errors responses
Endpoint to get the result of a process in Magic Link.
Token returned when the Magic Link was created.
Successful response containing identity data and images.
Successful response containing identity data and images.
Errors responses
data
object
Defines an error structure for API responses, encapsulating error messages resulting from request processing.
data.error
string
A detailed description of the error encountered during the processing of the request.
data.error.atributte
array of strings
The list of attributes causing the error.
data.error.message
string
A detailed message explaining the error.
data.error.type
string
The type of error encountered.
request_date
string
The date and time when the request was made, in ISO 8601 format.
status
string
A textual representation of the response status, indicating success or failure of the operation.
status_code
integer
The HTTP status code of the response, providing a standardized indicator of the request's outcome.
version
string
The version of the API that processed the request, useful for tracking changes and compatibility.
Last updated