Environments

Environments

To facilitate your API integration developments and tests, Numeral offers distinct sandbox and production environments.

The sandbox environment is a safe playground. It is not connected to your bank accounts and can be safely used to develop and test your integration. It is pre-loaded with sample data.

The production environment is connected to your bank accounts. You will get access to your production API keys once we have verified your integration in the sandbox environment.

Environment URLs

EnvironmentIP whitelistingmTLS
Sandboxhttps://sandbox.numeral.io (not available)https://mtls.sandbox.numeral.io (optional)
Production (EU shared instance)https://api.numeral.iohttps://mtls.api.numeral.io
Production (UK shared instance)https://api.uk.numeral.iohttps://mtls.api.uk.numeral.io
Production (dedicated instance)https://api.{customer}.numeral.iohttps://mtls.api.{customer}.numeral.io

ℹ️

In sandbox, IP whitelisting is not available and mTLS is optional. This means customers can authenticate their requests using an API key as a single level of authentication. See Authentication for more details.