Test and Live

Learn about our test and live integration environments.

Environments

ComplyCube provides two environments: Test (Sandbox) and Live, each with its own set of API keys.

This allows you to safely explore and integrate with the platform before moving to production.

  • Use your test API key to simulate requests without triggering real verifications or incurring charges.

  • Use your live API key once you’re ready to process real checks.

You can view and manage both keys on the API keys page in the Web Portal.

Sandbox

The ComplyCube Sandbox is a dedicated safe test environment that simulates the behavior, responses, and errors of the live environment.

All checks conducted on the Sandbox will return dummy responses. Please refer to our Testing page to learn about simulating specific test scenarios as part of your integration.

Use the Sandbox to validate key aspects of your implementation before going live, including:

  • Network connectivity and authentication with the ComplyCube API.

  • Proper formatting of API requests.

  • Handling of successful and error responses.

  • Implementation and testing of rate limits and service quota handling.

  • Use of pagination and filtering.

  • Verification that Webhooks are functioning as expected.

Live

Once your integration is tested and working as expected, you can activate your live environment through the Web Portal and begin running real verifications.

Last updated

Was this helpful?