Sandbox Environment


Production Environment


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.