Environment

Herepay provides two environments to support your integration and deployment process: Testing (UAT) and Production.

Please refer to the base URLs below:

EnvironmentBase URL
Testinghttps://uat.herepay.org
Productionhttps://app.herepay.org

📘

Guideline

  • Testing (UAT) Environment
    1. Use this environment during development and testing.
    2. All API requests should be directed to the UAT base URL.
    3. Make sure to generate and use your API keys from the UAT environment, as Production keys will not work here.
  • Production Environment
    1. Use this environment for live transactions.
    2. Ensure you switch to the Production base URL before going live.
    3. Only Production API keys are valid in this environment.

🚧

IMPORTANT

API keys are environment-specific and are not interchangeable between Testing and Production.