Sandbox and Production environments within an instance.
production
- The environment intended for use within your live application.sandbox
- The environment intended for use by developers to test
transactions and within your test or quality assurance systems.sandbox
and production
APIs and dashboards.
The hostnames for the APIs are as follows:
Environment | Hostname |
---|---|
sandbox | api.sandbox.anglpay.gr4vy.app |
production | api.anglpay.gr4vy.app |
sandbox
environment, before migrating them to the production
environment.
sandbox
environment instead.
Similarly, you might want to run either automated or manual tests against the
API as part of QA and testing. To stop this from interfering with your live
environments you could set these tests to run against the sandbox
environment.
sandbox
environment is processed by the Braintree sandbox environment, while
transactions made in the production
environment are processed by the Braintree
live environment.
Other actions such as registering a digital wallet are also dependent on the
environment. Apple Pay digital wallets registered using the sandbox
environment will be registered with Apple Pay’s sandbox environment. This wallet
will not be recognized by Apple Pay’s live environment and thus cannot be used in
production
.
In short, the production
environment always connects to the live API of a
payment service, whereas the sandbox
environment always connects to its
sandbox API.