Understand environments and service endpoints

ZOLOZ provides separate sandbox and production environments. You can choose different environment as required. The sandbox environment is meant for integration and testing purposes, while the production environment is meant for live operation. It is strongly recommended that you implement and test your application in sandbox environment before going live in the production environment.

For different environments, different service endpoints are provided in terms of ZOLOZ web portal, wireless gateway domain names and base API URIs.

  • The ZOLOZ web portal is provided for you to manage your account, obtain API keys, perform case searches and other administration operations.
  • The ZOLOZ SDK requests ZOLOZ API via wireless gateway domain names to fetch user data and return user transaction statuses.
  • The base API URI is provided for you to access the ZOLOZ APIs.

For detailed information, refer the table below:

Environments

Base API URIs

ZOLOZ portal address

Wireless Gateway Domain NameĀ 

Singapore Sandbox

https://sg-sandbox-api.zoloz.com

https://sg-sandbox-portal.zoloz.com/

https://sg-sandbox-api.zoloz.com

Singapore Production

https://sg-production-api.zoloz.com

https://sg-production-portal.zoloz.com/

https://sg-production-zmgs.zoloz.com

Hong Kong Production

https://hk-production-api.zoloz.net

https://hk-production-portal.zoloz.net/

https://hk-production-zmgs.zoloz.net

Indonesia Production

https://id-production-api.zoloz.com/

https://id-production-portal.zoloz.com/

https://id-production-zmgs.zoloz.com

Note: No environment configuration is required to use ZOLOZ native SDK or H5 SDK.