Overview

by Unico provides a ready-to-use infrastructure for identity verification via IDCloud. It simplifies integration by offering:

  • A Unico backend to manage verification workflows.

  • A validation link for the user to complete the journey (Web, WebMobile, or App).

  • Secure authentication mechanisms and platform-controlled flows.

1

Authenticate

The first step is authentication. You must have a service account and perform OAuth2 authentication to obtain a valid access token.

2

Create a process

Consume the POST endpoint to create a process, sending:

  • The flow that will be used (indicating its capabilities).

  • The user's identification document number.

3

In this step, you must provide the link for the user to complete the journey. This link can be rendered in the app, a web/web-mobile browser, or a messaging flow.

4

Wait for the Webhook notification

To optimize your operation, wait for the webhook to know when the user has completed the process.

5

Retrieve the process results

Consume the GET endpoint to retrieve the process results and make your decision.

Last updated

Was this helpful?