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.

Base URLhttps://transfaar-test-a8d2cb980af2.herokuapp.com
PurposeDevelopment, sandbox testing, and implementation validation

Use all sandbox-only cards, mock flows, and non-production webhook targets here.

Production

Production handles real transactions and real customer traffic.

Base URLProvided by the Integration Team
PurposeLive traffic and production settlement

Contact the Integration Team to obtain your production host and production credentials.

Switching from Staging to Production

Before going live:

  1. Replace the staging base URL with the production URL provided by the Integration Team.
  2. Generate and use production API keys instead of staging credentials.
  3. Update webhook destinations to production-ready endpoints.
  4. Re-run your core flows in staging and confirm expected webhook handling before launch.
  5. Make sure your monitoring, alerting, and reconciliation processes are ready for live traffic.

Related Pages