Herepay provides two environments to support your integration and deployment process: Testing (UAT) and Production.
Please refer to the base URLs below:
| Environment | Base URL |
|---|---|
| Testing | https://uat.herepay.org |
| Production | https://app.herepay.org |
Guideline
- Testing (UAT) Environment
- Use this environment during development and testing.
- All API requests should be directed to the UAT base URL.
- Make sure to generate and use your API keys from the UAT environment, as Production keys will not work here.
- Production Environment
- Use this environment for live transactions.
- Ensure you switch to the Production base URL before going live.
- Only Production API keys are valid in this environment.
IMPORTANT
API keys are environment-specific and are not interchangeable between Testing and Production.
