Fees & pricing
How Wajub fees are calculated and deducted — per collection and payout channel — and how to find them in your reports.
Wajub applies per-transaction fees, deducted from the balance held by our licensed partner. The exact details are in your contract and in Dashboard → Pricing; this page explains the model.
Indicative fees
The percentages below are orders of magnitude to illustrate the model, not contractual rates. Your actual rates depend on your volume and commercial agreement.
Collection fees
Deducted on each successful payment, per channel.
| Channel | Indicative fee |
|---|---|
| Mobile Money | ~1.5 – 2.5% |
| Card (domestic) | ~2.9% + fixed fee |
| Card (international) | ~3.9% + fixed fee |
| Bank transfer | fixed fee |
Payout fees
Deducted on each payout (Transfers), in addition to the paid amount.
| Channel | Indicative fee |
|---|---|
| Mobile Money | fixed fee per payout |
| Bank transfer | fixed fee per payout |
Where to see the actual fees deducted
There is no dedicated fee field on the transfer/payment object. Each transfer does expose
ledger_balance_before/ledger_balance_after — the difference between the two, minus the
transferred amount itself, is the fee actually deducted for that operation. For a full,
itemized breakdown, use Dashboard → Reports.
{
"transfer": {
"id": "po_9Kdm2Lp",
"amount": 100000,
"currency": "XAF",
"status": "succeeded",
"ledger_balance_before": 1350000,
"ledger_balance_after": 1248500
}
}Reconciliation
Export the history from Reports: each fee line appears separately, simplifying your accounting and reconciliation with your statements.