Amigo · Built in Nigeria

Data, airtime, and commerce in one place.

Buy mobile data on every Nigerian network. Top up airtime instantly. Or build apps that sell from the Amigo catalog — with signed webhooks and a sandbox you can break.

Amigo app home screen
50k+
Active users
320+
Data plans live
4.9★ Play Store
App rating
01 Commerce

A catalog you can sell, fulfilled by Amigo.

1,297 in-stock products across charging, audio, smart wear, and home. Orders are paid from a wallet you control, fulfilled by Amigo, and every state change fires a signed webhook your app can listen on.

Read the Commerce API
1,297 products live · refreshed continuously · stock counts in API responses Browse the catalog
For builders

Place an order in one HTTP call. Get a signed webhook when it ships.

Authenticate with one token. Charge against the merchant wallet. Track fulfillment over webhook events. Test against a sandbox before going live.

  • Idempotency-Key body-hash checks — safe retries, never double-debit
  • HMAC-SHA256 webhook signing with anti-replay timestamps
  • Token namespaces — amg_live_… vs amg_test_…
  • Refunds + stock restore happen atomically on cancel
Create an order
POST /api/commerce/orders/
# curl example
curl -X POST https://amigo.ng/api/commerce/orders/ \
  -H "X-API-Key: amg_live_…" \
  -H "Idempotency-Key: ord-7f3a" \
  -H "Content-Type: application/json" \
  -d '{
    "customer": { "name": "Aisha Bello", "phone": "08012345678" },
    "delivery": { "address": "12 Akin Adeshola, VI", "city": "Lagos" },
    "items":    [ { "product_id": 42, "quantity": 1 } ]
  }'
# →
{
  "success": true,
  "data": {
    "reference":     "AMG-COM-20260517-AB12CD",
    "status":        "paid",
    "payment_state": "paid",
    "total":         { "amount": 14500, "display": "₦14,500" }
  }
}
02 Data & Airtime

Mobile data across every Nigerian network.

MTN, Glo, Airtel, 9mobile. Live plan prices below — the same catalog your integration calls. Plans are rated for reliability so you can pick what's safe for production traffic.

Read the Data API
MTN
network 1
PlanSizeDaysPrice
Glo
network 2
PlanSizeDaysPrice
Airtel
network 4
PlanSizeDaysPrice
03 For everyone

Whether you're building it or buying it.

Amigo is both an app for everyday Nigerians and a platform for developers. Two doors into the same house.

For everyday use

Top up data, send airtime, shop the catalog.

Mobile-friendly buying flow, instant top-ups, transparent receipts, in-app support. Built for the way Nigerians actually shop and top up.

Amigo app screen
For developers

Two APIs. One token. Sandbox included.

Data top-ups and commerce orders, accessible from your backend. Free to integrate. Signed webhooks. A test-mode wallet for development.

Amigo dashboard screen
Get started

Create an account today. Ship something tomorrow.

Sign up takes a minute. Tokens are immediate. The sandbox starts with ₦1,000,000 in test credit.