Learn about Mambu Payments (formerly Numeral) environments
Environments
To facilitate your API integration developments and tests, Mambu Payments 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.
Environment URLs
| Environment | IP whitelisting | mTLS |
|---|---|---|
| Sandbox | https://sandbox.numeral.io (IP whitelisting not available) | https://mtls.sandbox.numeral.io (mTLS optional) |
| Production (EU shared instance) | https://api.numeral.io | https://mtls.api.numeral.io |
| Production (UK shared instance) | https://api.uk.numeral.io | https://mtls.api.uk.numeral.io |
| Production (dedicated instance) | https://api.{customer}.numeral.io | https://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. Learn more in Authentication.
Using sandbox and production environments for load test or penetration test purposes is not authorised and might result in the suspension of your access.
