Environments
Sznd provides separate environments for safe integration work and live traffic. Treat each environment as isolated: credentials, webhook endpoints, and operational expectations should not be mixed.
Staging
Use staging for development, QA, and end-to-end integration testing.
Use all sandbox-only cards, mock flows, and non-production webhook targets here.
Production
Production handles real transactions and real customer traffic.
Contact the Integration Team to obtain your production host and production credentials.
Switching from Staging to Production
Before going live:
- Replace the staging base URL with the production URL provided by the Integration Team.
- Generate and use production API keys instead of staging credentials.
- Update webhook destinations to production-ready endpoints.
- Re-run your core flows in staging and confirm expected webhook handling before launch.
- Make sure your monitoring, alerting, and reconciliation processes are ready for live traffic.