Wallet API
The Wallet API let's you query your merchant balance and sub-accounts.
Check main balance
GET /v1/wallets/main
Response
{
"status": "success",
"data": {
"balance": 1540000,
"currency": "XAF",
"last_updated": "2026-03-13T10:00:00Z"
}
}
Transaction history
GET /v1/wallets/main/transactions?limit=10&page=1
Returns the detailed list of incomings, outgoings, and transfers of your account.