Checklist
A guide to ensuring your integration is production-ready.
Before switching your API keys from sandbox to production, ensure you have completed all mandatory checks regarding security, load testing, and webhook configurations.
- Verify all webhook endpoints are using HTTPS.
- Implement HMAC signature validation for webhooks.
- Ensure API keys are securely stored in environment variables.
- Complete at least 5 successful end-to-end sandbox tests.