Use this checklist to launch your KYC, AML, and identity verification integration from Sandbox to Live.
When you’ve finished development and testing, use this checklist to confirm your integration is production-ready.
Activate your account in the Web Portal and obtain your Live API key.
Use our testing data to simulate scenarios for all services you plan to use. Ensure your integration handles both success and error responses correctly.
Ensure your integration is configured to use the correct environment by supplying the appropriate API key.
If you have integrated our native Mobile SDKs, install and test the ComplyCube iOS and Android mobile apps to validate your workflows.
Handle 4xx and 5xx errors gracefully: validate inputs, retry transient errors, and provide helpful user feedback.
4xx
5xx
Respect rate limits and service quotas to avoid throttling or service denials in production.
Configure webhook endpoints in the Live environment (note that Sandbox and Live webhooks are separate).
Ensure your endpoint verifies authenticity, handles retries or missed deliveries, and is idempotent (safe to process the same event more than once).
If using continuous monitoring (e.g. AML Screening Checks), ensure it is enabled only for active clients and disabled when no longer needed.
Subscribe to our status page so your team is notified of any service disruptions or planned maintenance.
If you use our SDKs, subscribe to ComplyCube on GitHub to stay informed about SDK updates and notifications.
Store API keys securely, rotate them regularly, and never expose them in client-side code.
Was this helpful?