Environments & Endpoints

Eclipse provides separate sandbox and production environments. Tenants are encouraged to develop and test against the sandbox environment, which functions like production except that it does not support real-money top-ups or withdrawals.

Each environment has its own API endpoint. The IP addresses for both sandbox and production are static and can be safely whitelisted if access needs to be restricted behind a firewall.

IP Addresses

Production IP addresses:

  • 52.208.105.198, 108.128.227.227 (Ireland)
  • 18.169.103.17, 3.9.216.104 (London failover)

Sandbox IP address:

  • 34.255.254.107

API Endpoints

Eclipse production environment:
https://ukheshe.live/eclipse-conductor/

Production health check:
https://ukheshe.live/eclipse-conductor/isconductorup

Eclipse sandbox environment:
https://eclipse-api.ukheshe.rocks/eclipse-conductor/

Sandbox health check:
https://eclipse-java-sandbox.ukheshe.rocks/eclipse-conductor/isconductorup

API Documentation

The OpenAPI reference documentation for the Eclipse REST APIs is available here: OpenAPI specification.

For predefined API requests and examples, see the Postman section.

Admin Portals

Admin portals for both environments are available:

Sandbox credentials can be requested via your EFT Corporation account manager or through
https://www.eftcorp.com/contact.

The Admin Portal is built on the Eclipse APIs, making it a useful reference for exploring API flows and understanding request and response payloads.