Skip to main content

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

  1. Get an API key from your dashboard (your account is provisioned by our team).
  2. Fund your wallet — either from the dashboard, or via /v1/funding/initialize (Paystack).
  3. Buy — call /v1/data or /v1/airtime. The price is debited from your wallet atomically.
  4. Reconcile — every purchase is idempotent (your clientReference), and terminal results are pushed to your webhook.

Principles

  • Idempotent purchases. Re-sending the same clientReference returns the original transaction — never a double charge.
  • Honest states. A purchase is Success, Failed, or Processing (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.