Skip to main content
Tonder provides two distinct environments for your integration:
  • Sandbox for development and testing
  • Production for processing live transactions
Each environment has its own set of base URLs and API credentials.
Use the correct base URL and API keys for each environment. Using production keys in the sandbox environment (or vice-versa) will result in authentication errors.

Environment Overview

API Endpoints by Integration Type

Tonder uses different base URLs depending on your integration type. The table below provides a complete reference for all endpoints.

Payment Processing Endpoints

Authentication & Tokenization Endpoints

Your route_id for the tokenization endpoint is provided in your Tonder dashboard after onboarding. Contact support if you don’t have one.

Choosing the Right Endpoint

The endpoint you use depends on your integration approach:
For a detailed comparison of card payment integration options, see the Card Payments Overview.

API Credentials

Each environment uses a separate set of API credentials (API Key and Secret Key).
Security Best Practices
  • Never use production API keys in your testing environment
  • Never expose API keys in client-side code
  • Store credentials securely on your server
  • Rotate keys immediately if compromised

Quick Reference: Base Domains

Next Steps