Environments
Citron's API environments are split to ensure both security and functionality. The production environment is for live use, where real transactions and operations occur. It's crucial for the running of actual applications. The test environment, on the other hand, is designed for development purposes, allowing developers to test features without affecting live data. Both are essential in the lifecycle of an application, from development to deployment​
Production environment
API endpoint for all requests in the production environment is:
The production environment is designed for real-world application use, where live data and actual operations occur. It's the platform where fully developed and tested applications interact with Citron's services in a live setting.
Test environment
The test environment is also available, please use the following:
Conversely, the test environment serves as a sandbox for developers, providing a safe space to develop, test, and experiment with Citron's API without impacting real data or operations. This environment helps ensure that applications are robust and bug-free before they are deployed to the production environment.
Last updated
Was this helpful?