FORMAX DEVELOPER API
  1. Recharge API
  • Explore Our API Suite
  • Balance API
    • Main Wallet Balance
      POST
    • Main Wallet Balance
      GET
  • Outlet API
    • Onboard
      POST
    • Fetch by Outlet ID
      POST
  • PPI Fund Transfer API
    • Generate OTP
      POST
    • Verify OTP
      POST
    • Generate Aadhaar OTP
      POST
    • Resend Aadhaar OTP
      POST
    • Verify Aadhaar OTP
      POST
    • Verify PAN
      POST
    • Beneficiary List
      POST
    • Add Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Validate Delete Beneficiary
      POST
    • Fund Transfer Generate OTP
      POST
    • Fund Transfer Verify OTP
      POST
    • Fund Transfer Status
      POST
    • Refund Generate OTP
      POST
    • Refund Verify OTP
      POST
  • Recharge API
    • Recharge Transaction
      POST
    • Recharge Transaction
      GET
    • Recharge Callback
    • Recharge Status
      GET
    • Complaint
      GET
    • Operator List
      GET
  • Bill Payment API
    • Category List
    • Operator List
    • Bill Fetch
    • Bill Payment
    • Transaction Status
  • NSDL E-KYC PAN Card API
    • Get Authorization API
    • Redirect URL
    • Incomplete URL
    • Response
    • Transaction Status
    • PAN Status
    • Android SDK
  • UTI PAN Card API
    • PSA Registration
    • PSA Registration Callback
    • Credentials
    • Buy Coupon
    • PAN Coupon Callback Response
    • Transaction Status
  • Insurance POSP API
    • Generate Redirect URL
    • Fetch Balance
    • Wallet Debit
    • Payout
  • Gift Voucher API
    • Brand List
    • Pull Voucher
    • Transaction Status
  • Verification API
    • PAN Verification
  • UPI Payment Gateway API
    • UPI Intent
    • Tranaction Status
    • UPI Payment Callback
  • Prepaid Card SDK
    • Get Authorization
    • Web SDK Redirect URL
  • Credit Card, Bank Account & Demat Account Lead API
    • Fetch All Products
    • Create Lead
    • Lead Status
    • Lead Payout Callback
  1. Recharge API

Operator List

GET
https://api.formaxpay.com/api/recharge/operator_list
This API is used to fetch the list of available recharge operators (Mobile, DTH & Google Play) along with their unique operator codes. Partners can use this list to identify valid operator_id values before initiating recharge transactions.

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.formaxpay.com/api/recharge/operator_list?authorization=UVRNRlRKckJjRWt5RnBETGtCSGpkV0dMYnFBclFwbkE6Rm9ybWF4QDEyMw=='
Response Response Example
{
    "status": "SUCCESS",
    "message": "SUCCESS",
    "data": [
        {
            "id": 1,
            "name": "Airtel",
            "status": "Enabled"
        },
        {
            "id": 2,
            "name": "BSNL Topup",
            "status": "Enabled"
        },
        {
            "id": 3,
            "name": "BSNL Special",
            "status": "Enabled"
        },
        {
            "id": 4,
            "name": "JIO",
            "status": "Enabled"
        },
        {
            "id": 5,
            "name": "Vi",
            "status": "Enabled"
        },
        {
            "id": 6,
            "name": "Airtel Digital TV",
            "status": "Enabled"
        },
        {
            "id": 7,
            "name": "Dish TV",
            "status": "Enabled"
        },
        {
            "id": 8,
            "name": "Sun Direct",
            "status": "Enabled"
        },
        {
            "id": 9,
            "name": "Tata Sky",
            "status": "Enabled"
        },
        {
            "id": 10,
            "name": "Videocon D2H",
            "status": "Enabled"
        },
        {
            "id": 47,
            "name": "Google Play",
            "status": "Enabled"
        },
        {
            "id": 81,
            "name": "Airtel - Live",
            "status": "Enabled"
        },
        {
            "id": 82,
            "name": "BSNL Topup - Live",
            "status": "Enabled"
        },
        {
            "id": 83,
            "name": "BSNL Special - Live",
            "status": "Enabled"
        },
        {
            "id": 84,
            "name": "JIO - Live",
            "status": "Enabled"
        },
        {
            "id": 85,
            "name": "Vi - Live",
            "status": "Enabled"
        },
        {
            "id": 86,
            "name": "Airtel Digital TV - Live",
            "status": "Enabled"
        },
        {
            "id": 87,
            "name": "Dish TV - Live",
            "status": "Enabled"
        },
        {
            "id": 88,
            "name": "Sun Direct - Live",
            "status": "Enabled"
        },
        {
            "id": 89,
            "name": "Tata Sky - Live",
            "status": "Enabled"
        },
        {
            "id": 90,
            "name": "Videocon D2H - Live",
            "status": "Enabled"
        }
    ]
}
Modified at 2025-12-24 08:05:57
Previous
Complaint
Next
Bill Payment API
Built with