The Nomba API operates within two distinct environments: the production environment (LIVE) and the sandbox environment. These environments serve different purposes and require specific credentials for interaction.Documentation Index
Fetch the complete documentation index at: https://developer.nomba.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URLs
| Environment | Base URL | Purpose |
|---|---|---|
| Production | https://api.nomba.com | Live transactions, real money |
| Sandbox | https://sandbox.nomba.com | Development and testing |
Credentials

clientId + clientSecret) are generated at the same time. They are separate — sandbox credentials only work with the sandbox base URL, and production credentials only work with the production base URL.
Production
When using the production environment, your interactions directly affect the live system. Real transactions are processed and real money moves. Always usehttps://api.nomba.com with your production clientId and clientSecret.
Sandbox
The sandbox is an isolated environment for development and testing. Transactions do not affect your live account or move real funds.Transactions conducted in the sandbox environment do not impact the production environment.
https://sandbox.nomba.com with your test credentials from the dashboard. Here is a sample sandbox authentication request: