This API version is deprecated
v1 is no longer maintained and will not receive new features or bug fixes. We strongly recommend migrating to v2, which offers better performance, richer filtering, pagination, and the new Payouts API.
View v2 API Referencev1 API
DeprecatedBase URL: https://api.naboopay.com/api/v1
Migration Guide
Replace v1 endpoints with their v2 equivalents. The request/response shapes are similar but v2 uses consistent path parameters instead of query parameters for IDs.
| v1 Endpoint | v2 Equivalent |
|---|---|
POST /transaction/create-transaction | POST /api/v2/transactions |
DELETE /transaction/delete-transaction | DELETE /api/v2/transactions/{order_id} |
GET /transaction/get-transactions | GET /api/v2/transactions |
GET /transaction/get-one-transaction | GET /api/v2/transactions/{order_id} |
GET /account | GET /api/v2/accounts |
POST /cashout/wave | POST /api/v2/payouts (method: wave) |
POST /cashout/orange-money | POST /api/v2/payouts (method: orange_money) |
Transaction
4 endpointsCreate and manage payment transactions.
Account
1 endpointsView your account balance and information.
Cashout
2 endpointsSend money via Wave or Orange Money.