Plustive API
Buy data and airtime across every Nigerian network — MTN, Glo, Airtel and 9mobile — from a single prepaid wallet, over one HTTP API.
Base URL https://api.plustiveimpact.com
Auth Authorization: Bearer <your API key>
Money integer kobo (₦1 = 100 kobo)
How it works
- Get an API key from your dashboard (your account is provisioned by our team).
- Fund your wallet — either from the dashboard, or via
/v1/funding/initialize(Paystack). - Buy — call
/v1/dataor/v1/airtime. The price is debited from your wallet atomically. - Reconcile — every purchase is idempotent (your
clientReference), and terminal results are pushed to your webhook.
Principles
- Idempotent purchases. Re-sending the same
clientReferencereturns the original transaction — never a double charge. - Honest states. A purchase is
Success,Failed, orProcessing(we never assume failure when the upstream answer is unclear; the reconciler resolves those). - Money in kobo. Every amount is an integer in kobo to avoid floating-point rounding.
Ready? Head to the Quickstart to make your first purchase, or jump into the API Reference to try requests live.