Hosted 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.

You’re viewing the check-driven SDK guide - an approach that provides detailed control but is best suited for partners or advanced use cases. We recommend using workflow integration for most implementations.
Integration guide
ComplyCube's hosted solution requires a flow session to be initiated by your backend. Here’s how it works:
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:
ComplyCube will automatically run the checks you selected when creating the session (as specified in
checkTypes).The customer will be redirected to the
successUrlyou 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.

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

