Environments

As a developer integrating with our API, you will have access to two different environments: pre-production and production. These environments are used at different stages of the development process to allow you to test and debug your integration before it goes live.

  • The preproduction environment is used to test your integration in a setting that is closer to the production environment. It may have limited access to allow you to ensure that your integration is working as expected before it goes live. Regularly, the preproduction database is overwritten by the production database updated to the past period, so tests are better done on the same day to avoid losses.

  • The production environment is the live environment where your integration will be used by end users. It is important to thoroughly test your integration in the preproduction environment to ensure a stable and performant experience for the end users in the production environment.

API Environment

Name Environment
API base url
IP Address

Pre-production

35.159.184.16

Production

35.159.184.16

Webapp Environment

Name Environment
URL

Last updated

Was this helpful?