Sandbox Environment#
For testing purposes, our API provides a sandbox environment where you can simulate and validate your integration without affecting real transactions. Use the following domain for all API endpoint calls during testing:https://api.sandbox.easytransac.com
This domain is intended for use in a controlled, pre-production environment to ensure your implementation functions correctly before going live.Production Environment#
When you are ready to process live transactions, switch to the production environment. Use the following domain for all live API endpoint calls:https://api.easytransac.com
This domain is for real-world transaction processing and should be used only after thorough testing in the sandbox environment.Ensure that all configurations, keys, and endpoints are correctly updated to point to the production domain before launching your application to the public.