Connect your VTU platform to our hosted SIM network via a simple REST API. Automate airtime and data delivery for MTN, Airtel, Glo & 9Mobile — without buying your own modems.
No hardware. No modems to buy. Just register, fund your wallet, and start sending airtime & data through our API.
Create your account and get an API key instantly. No approval needed.
Transfer to our bank account. Admin credits your wallet within the hour.
Add 10 lines of code to your VTU platform. Full docs included.
Your customers receive real airtime & data. You earn the margin.
Built specifically for Nigerian VTU businesses that need reliable, automated airtime and data delivery.
Get your API key the moment you register. No waiting, no approval process.
If one SIM fails, the system automatically tries the next available SIM on the same network.
Pre-fund your wallet. We only deduct when a transaction succeeds. Zero risk of overcharging.
We use the correct USSD codes for each Nigerian network — MTN, Airtel, Glo, 9Mobile — so airtime/data actually reaches recipients.
Register your own SIM cards with us. Your API calls use your SIMs first, then our shared pool as backup.
API key authentication, duplicate transaction prevention, per-client rate limits.
Real-time dashboard with charts, transaction logs, success rates, and revenue tracking.
Set custom margins, fixed fees, and daily/weekly/monthly transaction limits per client.
30+ data plans across all networks with correct USSD codes. Clients get plan IDs to use in their API calls.
Our REST API works with any programming language. PHP, Python, JavaScript, Java — if it can make HTTP requests, it can use our API.
// Send ₦500 airtime to 08012345678 $response = file_get_contents('https://yoursite.com/api/buy_airtime.php', false, stream_context_create(['http' => [ 'method' => 'POST', 'header' => 'Content-Type: application/x-www-form-urlencoded', 'content' => http_build_query([ 'api_key' => 'SK_YOUR_KEY', 'network' => 'MTN', 'amount' => 500, 'phone_number' => '08012345678', 'reference_id' => 'ORDER_123', ]) ]] )); $result = json_decode($response, true); // {"success": true, "wallet_balance": 4500.00}
{
"success": true,
"message": "Airtime of ₦500 sent successfully.",
"network": "MTN",
"phone_number": "08012345678",
"amount": 500,
"charged": 500.00,
"wallet_balance": 4500.00,
"transaction_id": 142
}
Full catalogue with correct USSD codes. Your customers receive real data bundles.
| Network | Plan | Data Size | Validity | Price | Plan Code |
|---|---|---|---|---|---|
| 9MOBILE | 9mobile 100MB | 100MB | 1 Day | ₦100 | 9M100MB |
| 9MOBILE | 9mobile 500MB | 500MB | 7 Days | ₦248 | 9M500MB |
| 9MOBILE | 9mobile 1GB | 1GB | 30 Days | ₦325 | 9M1GB |
| 9MOBILE | 9mobile 2GB | 2GB | 30 Days | ₦650 | 9M2GB |
| 9MOBILE | 9mobile 5GB | 5GB | 30 Days | ₦1,490 | 9M5GB |
| AIRTEL | Airtel 100MB | 100MB | 1 Day | ₦95 | AIR100MB |
| AIRTEL | Airtel 200MB | 200MB | 3 Days | ₦150 | AIR200MB |
| AIRTEL | Airtel 500MB | 500MB | 7 Days | ₦245 | AIR500MB |
| AIRTEL | Airtel 1GB | 1GB | 30 Days | ₦310 | AIR1GB |
| AIRTEL | Airtel 2GB | 2GB | 30 Days | ₦630 | AIR2GB |
| AIRTEL | Airtel 5GB | 5GB | 30 Days | ₦1,380 | AIR5GB |
| AIRTEL | Airtel 10GB | 10GB | 30 Days | ₦2,650 | AIR10GB |
Join 5+ businesses already using our SIM hosting gateway. Register free and get your API key instantly.