Sandbox Environment

The Sandbox environment is a safe, simulated version of the Edge API, designed for testing and development. It mirrors the Production environment in terms of functionality and API behavior, but with one key difference: actions performed in the Sandbox do not affect real data or financial transactions.
  • Safe Testing: The Sandbox allows you to test your integration without the risk of impacting real users or data. You can freely experiment with API calls, validate your workflows, and troubleshoot issues in a controlled setting.
  • Development Flexibility: Use the Sandbox to build and refine your application, ensuring all API interactions function as expected before going live.
To start using the Sandbox environment, direct your API requests to the following base URL:
https://sandbox.api.withedge.co/v1
  • Test Thoroughly: Before moving to Production, ensure you’ve tested all possible scenarios in the Sandbox, including edge cases and error handling.
  • Simulate Real-world Conditions: Mimic the conditions your application will face in Production as closely as possible to uncover potential issues early.

Production Environment

The Production environment is where your application interacts with real users and live data. Once your integration has been thoroughly tested in the Sandbox, you’ll transition to Production to begin live operations.
  • Live Operations: This environment is for real transactions, data processing, and user interactions. Everything that happens here is part of your live service, affecting actual business operations.
Once you’re ready to go live, switch your API requests to the following base URL:
https://api.withedge.co/v1
  • Ensure Readiness: Double-check that all tests have been completed in the Sandbox, and that your integration is fully prepared for live use.
  • Monitor Performance: Keep a close eye on your application’s performance in Production, particularly in the initial phase, to quickly identify and address any issues.

Transitioning from Sandbox to Production

1

Final Testing in Sandbox

Perform a final round of testing in the Sandbox to ensure all functionality works as intended.
2

Update Configuration

Modify your application’s configuration to point to the Production environment URL. Ensure that all authentication tokens and environment-specific settings are updated accordingly.
3

Perform a Controlled Launch

Consider rolling out your integration gradually in Production to monitor its performance and make adjustments as needed.
4

Ongoing Monitoring

After moving to Production, continue to monitor your integration closely, particularly in the early stages of deployment.

Important Considerations

Remember that API tokens are environment-specific. Ensure that you are using the correct tokens for each environment to avoid authentication errors.
Always store your tokens securely and follow best practices for API security, especially in the Production environment.
Keep in mind that data in the Sandbox is separate from Production. Actions in the Sandbox will not affect your live data or operations.