Staging Environment


Production Environment


Transitioning from Staging to Production

1

Final Testing in Staging

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

2

Update Configuration

Modify your application’s configuration to point to the Production environment URL. Ensure that api key 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 your API key is environment-specific. Ensure that you are using the correct api key for each environment to avoid authentication errors.

Always store your api key securely and follow best practices for API security, especially in the Production environment.

Keep in mind that data in the Staging is separate from Production. Actions in the Staging will not affect your live data or operations.