One API, every top-up.
Data and airtime — plus four kinds of bills. One key, one prepaid wallet, one pattern: list → verify → pay.
Data
Bundles across MTN, Glo, Airtel & 9mobile, priced for your tier.
Airtime
Any amount, any network, delivered instantly.
Cable TV
DSTV, GOtv and StarTimes — confirm the smartcard holder, then pay.
Electricity
Prepaid & postpaid meters — the token comes back on the response.
Education
WAEC, NECO & JAMB result-checker PINs, vended on demand.
Broadband
Smile, Spectranet & more — renew a plan in one call.
Money-grade plumbing for airtime, data & bills.
Plustive owns the wallet, the ledger and the reconciliation so you don’t have to. You make one call; we make sure it’s correct.
One prepaid wallet
Fund once and draw down across every purchase. An append-only ledger records every debit, credit and refund to the kobo.
Predictable pricing
See your effective price per plan before you buy. Per-tier overrides on data, per-network discounts on airtime — no surprises.
Never double-charged
Idempotency on your clientReference means retries are safe. Exactly one debit, at most one refund — enforced at the database.
Self-healing transactions
If the supplier is slow, money is held and the transaction settles or refunds automatically. You always learn the final state.
Built for volume
Per-key rate limiting and concurrency-safe wallets keep throughput high without ever overspending your balance.
A REST API, nothing else
One REST surface: buy data, airtime and bills, verify a customer, query a transaction, list the catalog, check your balance. Bearer-key auth — that is the whole surface.
You won’t double-charge a customer. Ever.
Plustive owns the wallet, the ledger and the reconciliation, so reselling airtime and data never means losing track of money. Every naira you move is accounted for — debited once, settled or refunded, and reconciled automatically.
Never double-charged
Idempotency on your clientReference makes every retry safe. Exactly one debit, at most one refund — enforced at the database, not in your code.
Always a final state
If the supplier is slow, the debit is held and the transaction settles or refunds on its own — usually within a minute. You always learn the outcome: Success, Failed or Refunded.
Automatic refunds
A failed or unfulfilled delivery returns to your wallet, to the kobo. No support tickets, no manual reconciliation, no money quietly lost.
Bill-payment API questions.
Which bills can I pay via the API?
Plustive pays four kinds of Nigerian bills over one REST API and one prepaid wallet: cable TV (DSTV, GOtv and StarTimes), electricity for prepaid and postpaid meters, education result-checker PINs (WAEC, NECO and JAMB), and broadband (including Smile and Spectranet). They all follow the same pattern: list the product, verify the customer where needed, then pay.
Do I get the electricity token back?
Yes. For a prepaid electricity meter the recharge token is returned in the token field of the purchase response, so you can show it to your customer immediately. You verify the meter holder first, then pay; electricity is variable-amount, so you pass the amount in kobo (minimum ₦100).
Which cable TV providers are supported?
Plustive supports DSTV, GOtv and StarTimes. You first verify the smartcard or IUC number to confirm the account holder, then pay the chosen bouquet in one call. Each payment is idempotent on your clientReference and settles or refunds automatically.
Can I buy WAEC/JAMB pins via API?
Yes. Education result-checker PINs for WAEC, NECO and JAMB are vended on demand through the API — no verification step is needed. The purchased PIN is returned in the token field of the response, and the call is idempotent on clientReference so retries never double-charge.
Per-service bill-payment guides:
Bills run on the same wallet as data and airtime. Review pricing across all services or jump into the developer docs to start paying bills.