Skip to main content
To get started with Enginify APIs, sign up for a free account here. After registration, you’ll receive a client_id and client_secret to build and test Enginify’s payments and verification services using simulated data.

Recharge API Method Flow 📲

Hero Dark
APIDescription
Check BalanceUse this API to retrieve balance information
Telecom CircleUse this API to check the status of recharge transactions.
Mobile OperatorUse this API to get Mobile Operator List
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 Plan FetchUse this API to get Mobile Operator Plans
DTH Plan FetchUse this API to get DTH Operator Plans
Recharge OffersUse this API to get the offers of the recharge
Recharge InitiateUse this API to Initiate the recharge
Recharge StatusUse this API to check the recharge status
Complaint RaiseUtilize this API to raise complaints for recharge services.
Complaint StatusUse this API to quickly check the status of raised recharge complaints

Bill Payment API Method Flow 🧾

Hero Dark
APIDescription
Bill CategoryUse this API to retrieve the bill categories.
Biller FetchUse this API to get the list of the billers.
Biller InfoUse this API to get Biller details.
Bill FetchUse this API to fetch the bill details.
Bill PaymentUse this API for bill payments.
Bill Payment StatusUse this API to check bill payment status.
Complaint DispositionUse this API to retrieve complaint dispositions.
Complaint RaiseUse this API to raise complaints for bill payments.
Complaint StatusUse this API to check status of raised bill payment complaints.

Gift Card API Method Flow 🎁

Hero Dark
APIDescription
Product ListUse this API to retrieve the product list.
Place OrderUse this API to place an order for the giftcard.
Order InfoUse this API to get the order details.
Order StatusUse this API to check the status of placed order.

Authentication ✔

All API endpoints are authenticated using Basic auth and picked up from the specification file.
"security": [
  {
    "basicAuth": []
  }
]