For the complete documentation index, see llms.txt. This page is also available as Markdown.

Flows & Integration IDV Mobile

The documentation includes specific integration sections in Android and in iOS.

The functionality is based on flows and integrations.

Flows

Creation of a Mobile flow:

When creating the flow, we can choose a template from the available ones or a blank page:

For example, if we select Identity Verification, we would have the steps for an Onboarding preconfigured.

There are two ways to add steps:

  • By clicking on the element: this will add it to the end.

  • Dragging it: this allows it to be inserted between two existing steps.

To delete elements, we drag downward.

Once all the steps have been configured using the guides attached to this documentation (for example the Component - Document), we change the name:

And we can save.

Now the flow can be added to an Integration.

Integration

There is one Integration for each application and platform (Android/iOS). An Integration can have N flows associated with it.

To create a Mobile integration:

And we choose the flow we just created:

Once a flow is selected, we save. The platform will take us to the next configuration step:

There are 4 sections here:

Flow selection

We can associate as many flows as we want with the Integration. Deleting a flow using the trash icon does NOT delete the flow, it only unlinks it from this integration. Editing a flow DOES edit it for all the integrations it is associated with.

Customization

The next step allows configuring the interface of the SDK Mobile.

The customization wizard allows us to modify different options such as the name of the integration, the app colors (both in light and in dark mode) and the appearance of the buttons.

The view on the left is only visible in the SDK Mobile if the "Initial tip before capture" parameter has been enabled in the flow component.

The view on the left is only visible in the SDK Mobile if the "Error diagnostics screen" parameter has been enabled in the flow component.

Connect

IDV operations can be associated with a webhook.

Configure

Language

Default language selection from among the available ones.

Platform

The integration must be associated with an Android or iOS application.

BundleID

The Bundle ID (iOS) or ApplicationID (Android) is the identifier to which the license generated for this integration will be associated. The structure of this identifier is usually com.mycompany.product.

If we now click Next, we will have an integration with an associated flow. If we want to use it, we will need to request publication.

Once published, we will need the ApiKey that will have been generated in order to license the app where we integrate the SDK Mobile.

Last updated