Environments

Helix provides two distinct environments:

  • Sandbox - for testing your code
  • Production - for your production code

Each environment is completely distinct from the other; all settings, limits, whitelisted IPs, etc. are unique to each environment. This also means the API Key / Secret values used for sandbox are different from the ones used for production. There are also a few subtle functionality differences between the two as well. This is intended to ease testing in the sandbox environment. All differences are detailed in the following section.