Get your keys
Sign up, open Developers, copy the sandbox secret. Live keys unlock after you fund a wallet.
Developer API
A wallet based REST API with idempotent references and a webhook for every status change. Sandbox keys are issued the moment you sign up, with no sales call and no minimum volume.
Sign up, open Developers, copy the sandbox secret. Live keys unlock after you fund a wallet.
Every vend is a POST with a reference you generate. Repeat calls with the same reference never double vend.
We POST the final status to your URL, signed. Trust the webhook, not the initial response.
/v1/plansEvery sellable plan at your account's own tier price. Free, rate limited only.
/v1/walletCurrent balance, held amount and available balance, in kobo.
/v1/data/purchaseVend a data bundle. Body: product_key, recipient, fields (network-specific values), reference.
/v1/airtime/purchaseVend airtime. Same body shape as data, plus amount_kobo.
/v1/bills/validateConfirm a cable smartcard or electricity meter and get the account name back, before you pay. Free.
/v1/bills/payPay a cable subscription or electricity bill. Same body shape as data/airtime purchase.
/v1/transactions/{reference}Look up any transaction by the reference you generated for it.
/v1/webhooksRegister a webhook URL and the events you want. The signing secret is shown exactly once.
/v1/webhooksList your registered webhook endpoints.
/v1/webhooks/{id}Remove a webhook endpoint.
Create your account in under a minute. No card required, no minimum funding, and you keep whatever you do not spend.