NabooPay

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 Reference

v1 API

Deprecated

Base 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 Endpointv2 Equivalent
POST /transaction/create-transactionPOST /api/v2/transactions
DELETE /transaction/delete-transactionDELETE /api/v2/transactions/{order_id}
GET /transaction/get-transactionsGET /api/v2/transactions
GET /transaction/get-one-transactionGET /api/v2/transactions/{order_id}
GET /accountGET /api/v2/accounts
POST /cashout/wavePOST /api/v2/payouts (method: wave)
POST /cashout/orange-moneyPOST /api/v2/payouts (method: orange_money)

Transaction

4 endpoints

Create and manage payment transactions.

Account

1 endpoints

View your account balance and information.

Cashout

2 endpoints

Send money via Wave or Orange Money.