Airtime
For Business

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.

Partner Dashboard
Volume (24h)
$248.3k
+12.4%
Success rate
99.7%
+0.2%
Transactions
18,442
+8.1%
Volume — last 7 days
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

NORTHWIND
ACME PAY
GLOBEX
INITECH
WAYNE
STARK

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
Learn more
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
Learn more
Checkout
Mobile Credit
Telkomsel · Rp 25.000
Phone
+62 812-3456-7890
QRIS
Card

Partner Dashboard

Real-time view of every transaction, settlement, and customer event across your tenants.

  • Live transaction stream
  • Multi-tenant support
  • Role-based access
Learn more
Partner Dashboard
Volume (24h)
$248.3k
+12.4%
Success rate
99.7%
+0.2%
Transactions
18,442
+8.1%
Volume — last 7 days

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
Learn more
Product Catalog
Telkomsel
Mobile
Indosat
Mobile
PLN
Utility
Google Play
Gift
Steam
Gift
BPJS
Utility

Reporting

Exportable financial and operational reports — reconcile settlements, monitor success rates, and forecast revenue.

  • CSV / Parquet exports
  • Daily settlement files
  • Custom report builder
Learn more
Settlement Report
May 20$48,221
May 21$52,910
May 22$61,043

Webhooks & Events

Subscribe to lifecycle events for every transaction. Retries, signing, and replay protection built-in.

  • Signed payloads
  • Automatic retries
  • Event replay console
Learn more
Event Log
2026-05-22 10:10:22transaction.completed
2026-05-22 10:11:22transaction.pending
2026-05-22 10:12:22transaction.completed
2026-05-22 10:13:22bill.paid
2026-05-22 10:14:22transaction.failed

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

Pay per transaction

For early-stage builders validating the model.

  • Sandbox + production keys
  • Up to 10k tx/month
  • Email support
  • Standard catalog access
Start building
Most popular

Growth

$499/mo + per tx

For scaling platforms with steady volume.

  • Up to 250k tx/month
  • Hosted checkout
  • Priority support
  • Advanced reporting
  • Webhooks
Talk to sales

Enterprise

Custom

For high-volume partners and regulated entities.

  • Unlimited volume
  • Dedicated CSM
  • Custom SLAs
  • Private catalog
  • On-prem settlement options
Contact sales

Custom pricing available for high-volume partners — contact sales.

Production-ready API

Clean REST, predictable errors, and webhooks signed end-to-end.

Request
curl https://api.airtime.io/v1/topup \
  -H "Authorization: Bearer sk_live_***" \
  -d operator=telkomsel \
  -d phone=+6281234567890 \
  -d amount=25000
Response
{
  "id": "tx_01HX9F8A2K",
  "status": "completed",
  "operator": "telkomsel",
  "amount": 25000,
  "currency": "IDR",
  "completed_at": "2026-05-22T10:14:22Z"
}

Partner FAQ

Most partners go from signup to production in 2–4 weeks. Sandbox access is instant, and our typed SDKs cover the common flows in under 100 lines of code.

Ready to integrate?

Talk to our partner team or jump straight into the docs.