VTU / Utility

Airtime, data, electricity and cable TV top-ups

Airtime

Top up any Nigerian network

/v1/vtu/airtime

Data Bundles

Purchase data for MTN, Airtel, Glo, 9mobile

/v1/vtu/data

Electricity

Pay prepaid/postpaid for all 10 DISCOs

/v1/vtu/electricity

Cable TV

DSTV, GOtv, Startimes subscriptions

/v1/vtu/cable-tv

Transactions

Successful

Airtime / Elec

Total Volume

Endpoints

ProStack charges a 1.5% margin on each VTU transaction

POST/v1/vtu/airtime
POST/v1/vtu/data
POST/v1/vtu/electricity
POST/v1/vtu/cable-tv

Buy Airtime

POST /v1/vtu/airtime

Request

curl -X POST https://api.prostackng.com.ng/v1/vtu/airtime \
  -H "X-API-Key: psk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "phone": "08012345678",
    "amount": 500,
    "network": "mtn"
  }'

Response

{
  "success": true,
  "reference": "vtu_abc123",
  "phone": "08012345678",
  "network": "mtn",
  "amount": 500,
  "status": "success",
  "cost": 507.50
}

Pay Electricity Bill

POST /v1/vtu/electricity

Request

curl -X POST https://api.prostackng.com.ng/v1/vtu/electricity \
  -H "X-API-Key: psk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "meter_number": "12345678901",
    "disco": "ekedc",
    "meter_type": "prepaid",
    "amount": 5000
  }'

Response

{
  "success": true,
  "reference": "vtu_xyz789",
  "token": "3214-5678-9012-3456-7890",
  "units": "45.2 kWh",
  "amount": 5000,
  "status": "success"
}
Transaction History
0 transactions
Loading...