To get started with Eazype, sign up for a free account here. After registration, you’ll receive a client_id and client_secret to build and test Eazype’s DTH and mobile recharge services using simulated data.

Recharge APIs ✨

The Recharge API provides comprehensive DTH and mobile recharge services with resource-oriented URLs, JSON-encoded requests and responses, and standard HTTP methods and codes. It includes detailed information on offers and plans, with robust authentication for secure transactions.

APIDescription
💰 Get BalanceUse this API to retrieve balance information
🚢 Get Mobile OperatorUse this API to get Mobile Operator List
⛱️ Get DTH OperatorUse this API to get DTH Operator List
📲 Mobile InfoUse this API to retrieving Mobile information
💳 DTH InfoUse this API to retrieving DTH information
📠 Mobile PlanUse this API to get Mobile Plans
🔮 DTH PlanUse this API to get DTH Plans
🏗️ Recharge OffersUse this API to get the offers of the recharge
⛵️ Recharge InitiateUse this API to Initiate the recharge
💻 Check StatusUse this API to check the status of recharge transactions.
📝 Recharge ComplaintUtilize this API to raise complaints for recharge services.
📋 Complaint StatusUse this API to quickly check the status of raised recharge complaints

Authentication 🛸

All API endpoints are authenticated using Basic auth and picked up from the specification file.

"security": [
  {
    "basicAuth": []
  }
]