Getting Started

Explore our guides and examples to start using ComplyCube.

ComplyCube is a complete identity verification and anti-fraud platform that helps businesses of all sizes automate KYC and AML flows and processes.

This documentation is your starting point. It will guide you from setting up your account, to understanding our products, selecting the integration path that best fits your needs, and finally running your first identity verification.


1. Create an account

Set up a ComplyCube account and start using our verification services right away in a secure test environment.

Create account Explore all products

circle-check

Your sandbox environment


2. Verification modes

ComplyCube supports two verification modes, which determine how checks are executed whether you’re using the Web Portal out of the box or integrating via the Hosted solution, SDKs, or APIs.

Workflow orchestration
Check-driven

Define customer journeys in the workflow designer and verify customers through the Portal or your app. Flows can be updated or extended without redeploying, making this the recommended option for most use cases. Customer participation is required. The customer must complete the flow to trigger the verification checks.

Run individual checks (e.g. AML screening) on an ad-hoc basis in the Portal or integrate them into your app. Flexible but more code-intensive, best suited for advanced integrations, partner use cases, or occasional one-off verifications. Unlike workflows, checks can be run without direct customer involvement.

How it works

  1. Select an existing workflow template or create a new one.

  2. Each run creates a workflow session with all data, documents, and results.

  3. Results are returned at the session level via Portal, API, or webhooks.

How it works

  1. Trigger individual checks directly (e.g. AML screening, document verification).

  2. You manage onboarding logic and flow changes in your app code.

  3. Results are returned per check via the Portal, API, or webhooks.

circle-info

You can combine workflow orchestration and check-driven modes, for example, running a workflow for biometric and document verification, but triggering specific extra checks (e.g. AML screening) on demand.

circle-info

Both modes are available directly in the Web Portal, so you can start running checks immediately without writing code. The integration paths below let you embed these same modes into your own systems.


3. Integration paths

All integrations paths below support both verification modes.

Run checks and flows directly from the Portal without any integration. Easiest entry point and ideal for low volumes.

A secure and branded hosted KYC page that enables you to verify clients with minimal code. This is the quickest integration path.

Embed our mobile SDKs with built-in AI features to run KYC flows natively directly inside your app. You can test the Mobile SDK immediately using the ComplyCube Mobile app, without needing to integrate anything.

Drop in our verification flows directly into your web application.

Bring your own UI and connect directly to ComplyCube APIs. Offers the most granular control and is suited for advanced use cases or partner implementations.


4. Build & test