windowHosted Solution

The quickest way to build conversion-optimised identity verifications pages, hosted on ComplyCube.

Overview

ComplyCube Flow is our secure, fully hosted KYC and identity verification solution. It provides a customizable, branded page that allows you to verify customers quickly with minimal code.

When you initiate a Flow session, a unique ComplyCube URL is generated. Redirect your customers to this page to collect consent and complete the verification process. Once finished, they are redirected back to your chosen URL.

Flow makes it simple to deliver a first-class KYC experience:

  • UX-optimized: Expertly designed flows with built-in guidance to increase conversions.

  • Mobile ready: Fully responsive design that works seamlessly across devices.

  • International: Multi-language support for global coverage.

  • Customizable: Configure stages, colors, and branding (logo and text).

  • Data-compliant: Simplified compliance, as sensitive PII never resides on your infrastructure.

ComplyCube Hosted Solution
circle-exclamation

Integration guide

ComplyCube's hosted solution requires a flow session to be initiated by your backend. Here’s how it works:

1

Create a client

Every flow session starts with a client (i.e. customer). Use the API to create the client.

Example request

Example response

The response will contain an id (the Client ID). It is required for the next step.

circle-info

See Clients API Reference to learn more.

2

Generate a hosted page session

A session is a unique ComplyCube URL address to redirect your clients to complete identity verification. Once complete, your clients will be redirected to your chosen URL.

Example request

Example response

circle-info

See Flow Sessions API Reference to learn more.

3

Redirect the client to the URL

Redirect your client to the redirectUrl generated in the previous step. Once the customer completes the flow on the hosted solution:

  1. ComplyCube will automatically run the checks you selected when creating the session (as specified in checkTypes).

  2. The customer will be redirected to the successUrl you provided.

You can access the results and a detailed breakdown of each check via the API or Web Portal. If you’ve configured webhooks, ComplyCube will send a notification upon completion of each check.

Flow Integration Guide (Hosted Solution)

Branding

You can customize accent colors and upload your logos to the hosted page via the brand settings pagearrow-up-right, if available on your plan.