Sandbox and Live
Learn about our sandbox and live integration environments.
Environments
To make our API as explorable as possible, accounts have test
and live
API keys. Just use the appropriate key to make API calls.
Requests made using a test
API key will not incur a cost.
You can access your live and test API keys from your Portal (Developers).
Sandbox
The ComplyCube Sandbox is a test environment that simulates the behaviour, responses, and errors of the live environment.
The ComplyCube Sandbox provides new users with a safe environment to conduct their testing and learn about our platform's various aspects. These include:
Network connectivity and authentication with the ComplyCube API.
Requests are being sent in the correct format.
Successful responses and errors are being handled appropriately.
Implement and test an appropriate mechanism for handing rate limits and service quota errors.
Test out pagination and filtering.
Webhooks are working as expected.
Do not send any confidential or operational data when using the Sandbox.
Data in our sandbox environment is periodically deleted.
Live
Once you've performed integration and tested against the Sandbox, please get in touch, and we will switch you over to the Live environment.
Last updated