Build the global prepaid and bill payment layer for your platform
Integrate mobile credit, data bundles, gift cards, and utility bill payments into your app, wallet, telco service, or marketplace through Airtime's partner-ready infrastructure.
curl https://api.airtime.io/v1/topup \
-H "Authorization: Bearer sk_live_***" \
-d operator=telkomsel \
-d phone=+6281234567890 \
-d amount=25000Trusted by leading platforms
Everything you need to launch fast
A complete partner stack: APIs, UI, ops, and finance — battle-tested with billions in processed value.
API Integration
REST API with idempotent operations, typed SDKs, and predictable error semantics. Go from sandbox to production in days, not months.
- Typed SDKs for Node, Python, Go
- Idempotency keys built-in
- 99.99% uptime SLA
import { Airtime } from "@airtime/node";
const a = new Airtime(process.env.AIRTIME_KEY);
const tx = await a.topups.create({
operator: "telkomsel",
phone: "+6281234567890",
amount: 25000,
}, { idempotencyKey: "order_8821" });Hosted Checkout
Drop-in checkout flow for partners who don't want to build UI. Fully branded, mobile-first, and PCI-compliant.
- White-label branding
- Mobile-optimized UI
- Local payment methods
Partner Dashboard
Real-time view of every transaction, settlement, and customer event across your tenants.
- Live transaction stream
- Multi-tenant support
- Role-based access
Product Catalog
Access 600+ operators across 150+ countries — mobile credit, data, gift cards, and utility billers in a single catalog.
- 600+ operators worldwide
- Auto-updated pricing
- Smart operator detection
Reporting
Exportable financial and operational reports — reconcile settlements, monitor success rates, and forecast revenue.
- CSV / Parquet exports
- Daily settlement files
- Custom report builder
Webhooks & Events
Subscribe to lifecycle events for every transaction. Retries, signing, and replay protection built-in.
- Signed payloads
- Automatic retries
- Event replay console
Built for many business models
Whatever you're building, Airtime fits in.
Digital Wallets
Add prepaid + bill pay to your wallet.
Telco & ISP
Offer your subscribers an extended catalog.
Marketplaces
Sell gift cards alongside your products.
Banks & Fintechs
Embed bill payment in your banking app.
Simple, scalable pricing
Start free in the sandbox. Scale to enterprise on the same API.
Starter
For early-stage builders validating the model.
- Sandbox + production keys
- Up to 10k tx/month
- Email support
- Standard catalog access
Growth
For scaling platforms with steady volume.
- Up to 250k tx/month
- Hosted checkout
- Priority support
- Advanced reporting
- Webhooks
Enterprise
For high-volume partners and regulated entities.
- Unlimited volume
- Dedicated CSM
- Custom SLAs
- Private catalog
- On-prem settlement options
Custom pricing available for high-volume partners — contact sales.
Production-ready API
Clean REST, predictable errors, and webhooks signed end-to-end.
curl https://api.airtime.io/v1/topup \
-H "Authorization: Bearer sk_live_***" \
-d operator=telkomsel \
-d phone=+6281234567890 \
-d amount=25000{
"id": "tx_01HX9F8A2K",
"status": "completed",
"operator": "telkomsel",
"amount": 25000,
"currency": "IDR",
"completed_at": "2026-05-22T10:14:22Z"
}Partner FAQ
Ready to integrate?
Talk to our partner team or jump straight into the docs.