Live Platform — 99.97% Uptime SLA

India's Most Reliable
Recharge & Bill Payment
Platform

One API. Every operator. Instant recharges, DTH, broadband, and utility payments with real-time tracking, automated retries, and full wallet management.

Admin Login View API Docs
50M+
Transactions / Month
99.97%
Success Rate
120+
Operators Supported
< 3s
Avg Processing Time
Operators We Support
Airtel
Jio
Vi (Vodafone)
BSNL
Tata Play
Dish TV
Sun Direct
Hathway
MTNL
ACT Fibernet
Airtel
Jio
Vi (Vodafone)
BSNL
Tata Play
Dish TV
Sun Direct
Hathway
MTNL
ACT Fibernet

Everything to run a recharge business

From instant recharges to wallet management, complaints, and real-time analytics — all under one roof.

Instant Recharge Processing
Lightning-fast recharges with automated operator routing. Average processing under 3 seconds with smart retry logic for failed transactions.
Wallet Management
Full-featured wallet with balance tracking, topups, transaction history, reservations, and instant reversals on failure.
Developer REST API
Clean REST API with scoped API keys, rate limiting, HMAC callbacks, and comprehensive request logging for all integrations.
Real-time Analytics
Live admin dashboard with KPI cards, operator health, failure heatmaps, hourly/weekly charts, and auto-refresh polling.
Complaint Management
Built-in ticketing with SLA tracking, priority escalation, agent workload reporting, and full status audit logs.
Enterprise Security
Brute-force protection, rate limiting, HMAC webhook verification, scoped API keys, and sanitized inputs on all endpoints.
50M+
Transactions per Month
and growing
99.97%
Platform Uptime SLA
across all regions
120+
Operators Supported
mobile, DTH, broadband
2.8s
Average Processing Time
end-to-end

Recharge done in 4 simple steps

From API request to operator confirmation — the entire flow is automated, logged, and monitored.

1
Authenticate
Generate an API key from the dashboard. Pass it as X-API-Key header on every request.
2
Send Request
POST to /api/v1/buyer/recharge with mobile, operator, amount, and type.
3
We Process It
Our engine routes to the best gateway, deducts from wallet, and auto-retries on failure with full idempotency.
4
Get Confirmation
Poll the status endpoint or receive an instant HMAC-signed webhook callback to your registered URL.

Integrate in minutes,
not days

Clean, predictable JSON API. Authenticate with a scoped API key and start processing recharges with a single POST.

Versioned endpoints /api/v1/
Scoped API keys: recharge:write · wallet:read
HMAC-signed webhook callbacks for async status updates
Rate limits: 60 req/min global · 10 req/min on recharge endpoint
Idempotent requests — safe to retry without duplicate charges
POST /api/v1/buyer/recharge
// Initiate a mobile recharge
curl -X POST \
  "https://rechargechub.in/api/v1/buyer/recharge" \
  -H "X-API-Key: rh_live_xxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d {
    "mobile": "9876543210",
    "operator": "AIRTEL",
    "amount": 299,
    "type": "prepaid"
  }

// 200 OK Response
{
  "txn_id": "TXN20260317001234",
  "status": "queued",
  "wallet_balance": 4701.00,
  "poll_after_seconds": 5
}

120+ operators across all categories

Mobile prepaid & postpaid, DTH, broadband, and utility bill payments — all on one platform.

AI
Airtel
Mobile · DTH
JI
Jio
Mobile · Fiber
Vi
Vodafone Idea
Mobile
BS
BSNL
Mobile · Broadband
TS
Tata Play
DTH
DT
Dish TV
DTH
SD
Sun Direct
DTH
AC
ACT Fibernet
Broadband
HW
Hathway
Cable · Net
MT
MTNL
Broadband
DN
Den Networks
Cable TV
+
110 more
All categories

Trusted by retailers & distributors

From small retailers to large distribution networks, RechargeHub powers recharge businesses of all sizes.

★★★★★

"The API integration was seamless. Within 2 hours we had our first live recharge. The wallet system and instant failure reversals are game-changers for our business."

R
Rahul Mehta
CTO, FastRecharge Pvt. Ltd.
★★★★★

"We process 50,000+ recharges daily. The admin dashboard gives complete visibility — operator health, failure reasons, SLAs. Everything in one place."

P
Priya Sharma
Operations Head, RechargeKart
★★★★★

"Success rate went from 94% to 99.6% after switching. The auto-retry and smart routing alone paid for the upgrade in the first week."

A
Anil Kumar
Founder, AK Distributors
Platform is live and accepting partners

Ready to scale your recharge business?

Join thousands of retailers and distributors already on RechargeHub.
Get started in minutes — no setup fees, no contracts.

Admin Login Get Started