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=25000
Trusted 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
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 and bill payment services directly to your wallet application.
Telco & ISP
Offer your subscribers an extended catalog of global services.
Marketplaces
Sell digital gift cards and gaming vouchers alongside physical products.
Banks & Fintechs
Embed secure utility and post-paid bill payment in mobile banking apps.
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
Growth
For scaling platforms with steady volume.
- Up to 250k tx/month
- Hosted checkout flow
- Priority Slack support
Enterprise
For high-volume partners and regulated banks.
- Unlimited volume
- Custom SLAs & Dedicated CSM
- Private catalog options
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.