Resources
The reference shelf. What exists, what it costs, what to do when it breaks.
The rest of the documentation teaches you to build something. This section is what you reach for once it is built: the words, the catalogue, the ceilings, and the page you open at 2am when a payment is doing something you did not expect.
Nothing here needs to be read in order. Come with a question.
I need to know what a word means
Glossary defines the vocabulary this documentation uses, and names the six places where an assumption from another payment platform will cost you. Start there if you are new to Mobile Money, or new to Wajub.
Something is broken
Troubleshooting is organised by symptom rather than by cause, because that is how you arrive.
Related pages
- PaymentsStuck on pending, failed without a reason, charged twice, a 404 on a real id.
- WebhooksNothing arrives, the signature never verifies, the same event three times.
- TransfersRefused before sending, failed on the operator side, throttled in a loop.
- Keys & accessEvery 401, 403 and 406, and the CORS error that is not one.
Bring three things and it usually answers itself: the payment id, the X-Request-Id from the
response, and which environment you were in.
I need to know what is possible, or what it costs
Related pages
I am moving an existing integration
Migration covers replacing another provider without a cutover weekend, and moving between dated API versions. The shape is the same in both cases: run both, shift traffic by percentage, reconcile, then switch the old one off.
I am running this in production
Monitoring is what to watch once real money is flowing.
For anything happening right now, Konsole shows the request, the response, the routing decision and the webhook delivery in one place, and status.wajub.com says whether it is only you.
Still stuck
Write to support@wajub.com with your account id and the X-Request-Id of the
call that misbehaved. That header turns a two day thread into a ten minute one, because it points
at the exact request instead of at a description of it.