Recharge faster. Pay smarter.
ZapRecharge lets you top-up mobile numbers instantly with secure wallets, built-in idempotency and live status updates. Perfect for merchants and apps.
99.9% uptime
Instant status
Wallet balance
₹ 1,249.50
User • Pro
Airtime
1s
Success
98%
Providers
12
Products & Plans
Pay-per-recharge, subscription plans for high-volume merchants, and API access for developers.
Why choose ZapRecharge?
-
Atomic wallet & idempotencyGuaranteed single-charge per idempotency key and safe balance holds.
-
Realtime updatesWebsocket or webhook-based status updates to keep mobile apps in sync.
-
Developer first APIsEdge functions and example SDKs so you can ship faster.
Sample API snippet
POST /api/recharge
{
"mobile": "9812345678",
"plan_code": "RC100",
"idempotency_key": "client-uuid-123"
}
Response: transaction id, status, provider details.
About ZapRecharge
We’re a small team building reliable recharge infrastructure for mobile apps, merchants and service integrators. Built with security, idempotency and observability at the core.
Contact Us
Have questions? Reach out — we respond within 24 hours.
FAQ
How fast are recharges?
Most provider recharges complete within seconds; some may require async confirmation (few minutes).
How does idempotency work?
Provide a unique idempotency key per logical request — the system guarantees single-charge semantics.