In this section, you will find the specifics of creating a process that has Identity Verification as a capability, along with its complements
Your API requests are authenticated using an access token. Any request that does not include a valid access token will return an error.
You can learn more about generating an access token here.
Production: https://api.id.unico.app/processes/v1.
During the process creation, the required fields are subject.code
, subject.name
, and imageBase64
.
In the process response, the responses from the capabilities may arrive at different times, since IDCloud has both synchronous and asynchronous capabilities. Therefore, you should implement the GetProcess method depending on the combination of these capabilities.
The Identity Verification capability can be combined with other capabilities, such as Risk Score or Fraud Profile Detection. For more information on the possible responses, refer to the sections on Response Scenarios and Parameter Specifications.
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.
Endpoint to create a new identity verification process by Client.
Valid access-token.
Valid APIKEY with the capabilities you will use.
User's CPF.
"12345678909"
User's name.
"Luke Skywalker"
User's email.
"luke@unico.io"
User's phone.
"551972557070"
Use case of the operation.
"Onboarding"
Encrypted generated by the SDK or base64.
"/9j/4AAQSkZJR..."
Process created successfully (INCONCLUSIVE from Identity Verification).
Process ID.
"80371b2a-3ac7-432e-866d-57fe37896ac6"
Process status.
2
Result of the identity verification.
"inconclusive"