🌐 API Environment Endpoints – AeronPay
AeronPay provides secure and reliable RESTful APIs for seamless integration across different environments. Below are the base URLs for both Production and UAT (User Acceptance Testing) environments:
✅ Production Environment
Use the following endpoint for all live transactions in the production environment:
https://api.aeronpay.in/api/serviceapi-prod/
Note: Ensure that your API key and credentials are authorized for production use. Transactions made in this environment are irreversible and will affect real user balances.
🧪 UAT Environment (Testing)
Use this endpoint for testing and sandbox purposes:
https://uat.aeronpay.in/api/serviceapi-uat/
Note: This environment is designed for developers to simulate and test API requests. No real transactions are processed, and test data may reset periodically.
📌 Additional Notes
- All API calls must be made over HTTPS to ensure secure transmission.
- API authentication via headers or tokens is mandatory for both environments.
- Ensure to switch between UAT and Production based on your deployment stage.
For detailed documentation on each API service, please refer to the full AeronPay API Reference Guide.