Developer documentation
Build mobile-money checkout, agent networks, and payouts with the NezaHub API and official SDKs.
Quickstart
Install and first payment
Authentication
API keys and JWT
Products & prices
Catalog and charge distribution
Checkout
Sessions, STK, links
Webhooks
Events and signatures
Agents
Commissions and assignments
Payouts & wallets
Balances and transfers
API reference
REST endpoints, OpenAPI, and client namespaces
Quickstart
Never expose API keys in browser code. Use
NezaHubCheckoutClient (@nezahub/sdk/checkout) for customer-facing pages.Install
| Python | Node.js | |
|---|---|---|
| Package | nezahub | @nezahub/sdk |
| Install | pip install nezahub | npm install @nezahub/sdk |
| Min version | Python 3.10+ | Node 18+ |