Verify Subscriber Details Before Every Recharge
ZuelPay's DTH Customer Information Fetch API provides the complete subscriber profile for any queried DTH number — customer name, subscriber ID, current active plan, plan amount, account balance, next recharge date and connection status — all in real time before processing a recharge.
This eliminates the problem of sending a recharge to the wrong DTH number or wrong operator. Previously, bill payment providers had to double-verify customer details manually — our API automates this instantly, reducing errors and complaints drastically.
The API covers all 5 major DTH operators in India — Tata Play, Sun Direct, Dish TV, Videocon D2H and Airtel Digital TV — making it a single integration for your complete DTH recharge platform.
All 5 Major DTH Operators Covered
Tata Play
Sun Direct
Dish TV
Videocon D2H
Airtel DTH
Complete Subscriber Profile
// POST /v2/dth/customer-info
fetch('https://api.zuelpay.com/v2/dth/customer-info', {
method: 'POST',
headers: { 'Authorization': 'Bearer zp_live_xxx' },
body: JSON.stringify({
operator: 'TATPLAY',
subscriber_id: '1234567890'
// VC number or Subscriber ID
})
});
// Always call this before DTH recharge
// to verify customer & correct amount
Complete Recharge API Stack
Integrate DTH Info Fetch in Your Recharge Platform
All 5 DTH operators, complete subscriber details, real-time. Prevent wrong recharges from day one.