get https://api.instantpay.in/marketplace/utilityPayments/rechargePlans
Instantpay’s Utility Bill Payment API has a Recharge Plan feature. It lets users quickly get available recharge options for mobile and data services. By adding this feature, businesses can provide a wide range of recharge plans. This will meet diverse user needs and improve the prepaid service experience.
Header Parameters
| Name | Type | Description | Mandatory (M) , Optional (O) | Provided by INSTANTPAY (Y/N) | 
|---|---|---|---|---|
| X-Ipay-Auth-Code | String | Auth Code - 1 (Fixed) | M | Y | 
| X-Ipay-Client-Id | String | Unique Client ID | M | Y | 
| X-Ipay-Client-Secret | String | Unique secret key | M | Y | 
| X-Ipay-Outlet-Id | String | Merchant unique ID | M | Y | 
| X-Ipay-Endpoint-Ip | String | End Customer IP Address | M | N | 
Request Parameters
| Name | Type | Requirement | Description | 
|---|---|---|---|
| subProductCode | String | Mandatory | Biller Id of the Operator(You Will get from Get Biller List API) | 
| telecomCircle | String | Mandatory | Circle Code(You will get from Telecom Circle API) | 
| externalRef | String | Mandatory | Transaction Id and It must be Unique | 
| latitude | String | Mandatory | Location latitude | 
| longitude | String | Mandatory | Location longitude | 
Sample Request
curl --location --request GET 'https://api.instantpay.in/marketplace/utilityPayments/rechargePlans' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Ipay-Auth-Code: {{authCode}}' \
--header 'X-Ipay-Client-Id: {{clientId}}' \
--header 'X-Ipay-Client-Secret: {{clientSecret}}' \
--header 'X-Ipay-Endpoint-Ip: {{endPointIP}}' \
--header 'X-Ipay-Outlet-Id: {{outletID}}' \
--data '{
    "subProductCode": "ATP",
    "telecomCircle" : "AP",
    "externalRef": "dfdfjdkfnkf",
    "latitude": "27.897394",
    "longitude": "78.088013"
}'GET /marketplace/utilityPayments/rechargePlans HTTP/1.1
Host: api.instantpay.in
Accept: application/json
Content-Type: application/json
X-Ipay-Auth-Code: 1
X-Ipay-Client-Id: YWY3OTAzYzNlM2ExZTJlOfh549Gzt+5IEcETrD5Yx+Q=
X-Ipay-Client-Secret: 679db35f926b8d0240a8c0d28729528ee8e6d5effa5fa0b20c04454004d2d825
X-Ipay-Endpoint-Ip: 45.115.105.205
X-Ipay-Outlet-Id: 72762
Content-Length: 152
{
    "subProductCode": "ATP",
    "telecomCircle" : "AP",
    "externalRef": "dfdfjdkfnkf",
    "latitude": "27.897394",
    "longitude": "78.088013"
}Response Parameters
| Name | Type | Description | 
|---|---|---|
| statuscode | String | InstantPay Status Code | 
| actcode | String | Action Code | 
| status | String | Status Message | 
| data | Array | Response Data (If Present) | 
| timestamp | String | Current time (YYYY-MM-DD HH:II:SS) | 
| ipay_uuid | String | Request reference number | 
| orderid | String | Transaction Id ( If transaction otherwise it is null ) | 
| environment | String | Live | 
Sample Response
{
    "statuscode": "TXN",
    "actcode": null,
    "status": "Plans fetched successfully",
    "data": {
        "plans": [
            {
                "_id": "645a4e60f9f5ea9a4205f902",
                "type": "MOBILE",
                "plan_category": "Jio Cricket",
                "plan_amount": {
                    "$numberDecimal": "699"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 3GB data and 100 SMS.",
                "plan_validity": "56 Days",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f903",
                "type": "MOBILE",
                "plan_category": "Jio Cricket",
                "plan_amount": {
                    "$numberDecimal": "499"
                },
                "plan_description": "Unlimited All India Calls | Data : 3 GB per Day | SMS : 100 per Day | Validity : 28 Days OTT : Quarterly Disney+ Hotstar Mobile subscription | Xstream Mobile subscription for 28 days",
                "plan_validity": "28 days",
                "data_benefits": "3 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f904",
                "type": "MOBILE",
                "plan_category": "Jio Cricket",
                "plan_amount": {
                    "$numberDecimal": "399"
                },
                "plan_description": "Unlimited All India Calls | Data : 3 GB per Day | SMS : 100 per Day | Validity : 28 Days |OTT: 1 select OTT on Xstream App",
                "plan_validity": "28 Days",
                "data_benefits": "3 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f905",
                "type": "MOBILE",
                "plan_category": "Jio Cricket",
                "plan_amount": {
                    "$numberDecimal": "839"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls 2GB/day data and 100 SMS/day. Pack valid for 84 days. Cashback of upto Rs80/month for 3 months with Airtel Mini Rewards123! Click i.airtel.in/Rwards123",
                "plan_validity": "84 days",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f906",
                "type": "MOBILE",
                "plan_category": "Jio Cricket",
                "plan_amount": {
                    "$numberDecimal": "3359"
                },
                "plan_description": "Unlimited All India Calls | Data : 2.5 GB per Day | SMS : 100 per Day | Validity : 365 Days.OTT: Quarterly Disney+ Hotstar Annual subscription.",
                "plan_validity": "365 Days",
                "data_benefits": "2.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f907",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "179"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network 2GB Data and 300 SMS. Pack valid for 28 days.",
                "plan_validity": "28 Days",
                "data_benefits": "2.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f908",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "239"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1GB & 100 SMS.",
                "plan_validity": "24 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f909",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "58"
                },
                "plan_description": "Enjoy 3GB data valid till your current pack validity",
                "plan_validity": "NA",
                "data_benefits": "3 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f90a",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "155"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network 1GB data & 300 SMS.",
                "plan_validity": "24 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f90b",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "299"
                },
                "plan_description": "Enjoy 1.5GB/day data unlimited Local STD & Roaming calls on any network and 100 SMS/day.",
                "plan_validity": "28 Days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f90c",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "479"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1.5GB data and 100 SMS. Pack valid for 56 days.",
                "plan_validity": "56 Days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f90d",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "265"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1GB data and 100 SMS.",
                "plan_validity": "28 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f90e",
                "type": "MOBILE",
                "plan_category": "Popular",
                "plan_amount": {
                    "$numberDecimal": "509"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network Total 60GB Data & 300 SMS. Valid for 1 month.",
                "plan_validity": "1 Month",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e60f9f5ea9a4205f90f",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "155"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network 1GB data & 300 SMS.",
                "plan_validity": "24 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f910",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "179"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network 2GB Data and 300 SMS. Pack valid for 28 days.",
                "plan_validity": "28 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f911",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "209"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1GB data and 100 SMS.",
                "plan_validity": "21 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f912",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "239"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1GB & 100 SMS.",
                "plan_validity": "24 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f913",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "265"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1GB data and 100 SMS.",
                "plan_validity": "28 Days",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f914",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "299"
                },
                "plan_description": "Enjoy 1.5GB/day data unlimited Local STD & Roaming calls on any network and 100 SMS/day.",
                "plan_validity": "28 Days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f915",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "359"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network daily 2GB data Rs.5 Talktime and 100 SMS. Pack valid for 1 month.",
                "plan_validity": "1 Month",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f916",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "455"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network 6GB data & 900 SMS.",
                "plan_validity": "84 Days",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f917",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "479"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1.5GB data and 100 SMS. Pack valid for 56 days.",
                "plan_validity": "56 Days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f918",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "549"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network daily 2GB data and 100 SMS.",
                "plan_validity": "56 Days",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f919",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "666"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 1.5GB & 100 SMS.",
                "plan_validity": "77 days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f91a",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "699"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network daily 3GB data and 100 SMS.",
                "plan_validity": "56 Days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f91b",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "719"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls 1.5GB/day data and 100 SMS. Pack valid for 84 days. Cashback of upto Rs80/month for 3 months with Airtel Mini Rewards123! Click i.airtel.in/Rwards123",
                "plan_validity": "84 Days",
                "data_benefits": "1.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f91c",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "839"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls 2GB/day data and 100 SMS/day. Pack valid for 84 days. Cashback of upto Rs80/month for 3 months with Airtel Mini Rewards123! Click i.airtel.in/Rwards123",
                "plan_validity": "84 days",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f91d",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "1799"
                },
                "plan_description": "Enjoy Unlimited Local STD & Roaming calls Local STD & Roaming calls on any network 24GB Data and 3600 SMS. Pack valid for 365 days.",
                "plan_validity": "365 Days",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f91e",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "2999"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network within India daily 2GB data & 100 SMS valid for 365 days.",
                "plan_validity": "365 days",
                "data_benefits": "2 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f91f",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "3359"
                },
                "plan_description": "Unlimited All India Calls | Data : 2.5 GB per Day | SMS : 100 per Day | Validity : 365 Days.OTT: Quarterly Disney+ Hotstar Annual subscription.",
                "plan_validity": "365 Days",
                "data_benefits": "2.5 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f920",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "499"
                },
                "plan_description": "Unlimited All India Calls | Data : 3 GB per Day | SMS : 100 per Day | Validity : 28 Days OTT : Quarterly Disney+ Hotstar Mobile subscription | Xstream Mobile subscription for 28 days",
                "plan_validity": "28 days",
                "data_benefits": "3 GB/Day",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f921",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "19"
                },
                "plan_description": "Enjoy 1GB data valid for 1 day.",
                "plan_validity": "1 Day",
                "data_benefits": "1 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f922",
                "type": "MOBILE",
                "plan_category": "Special Recharge",
                "plan_amount": {
                    "$numberDecimal": "65"
                },
                "plan_description": "Enjoy 4GB data valid till your current pack validity.",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f923",
                "type": "MOBILE",
                "plan_category": "Top Up",
                "plan_amount": {
                    "$numberDecimal": "10"
                },
                "plan_description": "You are enjoying talktime worth Rs.7.47",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "7.47",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f924",
                "type": "MOBILE",
                "plan_category": "Top Up",
                "plan_amount": {
                    "$numberDecimal": "20"
                },
                "plan_description": "You are enjoying talktime worth Rs.14.95",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "7.47",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f925",
                "type": "MOBILE",
                "plan_category": "Top Up",
                "plan_amount": {
                    "$numberDecimal": "100"
                },
                "plan_description": "You are enjoying talktime worth Rs.81.75",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "81.75",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f926",
                "type": "MOBILE",
                "plan_category": "Top Up",
                "plan_amount": {
                    "$numberDecimal": "500"
                },
                "plan_description": "Enjoy talktime of Rs 423.73",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "423.73",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f927",
                "type": "MOBILE",
                "plan_category": "Top Up",
                "plan_amount": {
                    "$numberDecimal": "1000"
                },
                "plan_description": "Enjoy talktime of Rs 847.46",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "847.46",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e61f9f5ea9a4205f928",
                "type": "MOBILE",
                "plan_category": "Top Up",
                "plan_amount": {
                    "$numberDecimal": "5000"
                },
                "plan_description": "Enjoy talktime of Rs 4237.29",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f929",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "58"
                },
                "plan_description": "Enjoy 3GB data valid till your current pack validity",
                "plan_validity": "NA",
                "data_benefits": "3 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f92a",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "98"
                },
                "plan_description": "Enjoy 5GB valid till your current pack and Wynk Premium subscription for 30 days. Claim here: i.wynk.in/bun",
                "plan_validity": "Existing",
                "data_benefits": "5 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f92b",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "118"
                },
                "plan_description": "Enjoy 12GB data valid till your current pack validity",
                "plan_validity": "NA",
                "data_benefits": "12 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f92c",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "148"
                },
                "plan_description": "Xstream Mobile Data Pack-15GB Data |30 days access to any 1 of the select Xstream channels (ErosNow, Hoichoi, ManoramaMax) on Airtel Xstream App at no extra cost",
                "plan_validity": "NA",
                "data_benefits": "15 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f92d",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "301"
                },
                "plan_description": "Enjoy 50GB valid till your current pack and Wynk Premium subscription for 1Year.",
                "plan_validity": "Existing",
                "data_benefits": "50 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f92e",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "19"
                },
                "plan_description": "Enjoy 1GB data valid for 1 day.",
                "plan_validity": "1 Day",
                "data_benefits": "1 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f92f",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "29"
                },
                "plan_description": "Data : 2 GB | Validity : 1 Day (till midnight). Only for customers with active validity.",
                "plan_validity": "NA",
                "data_benefits": "2 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f930",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "65"
                },
                "plan_description": "Enjoy 4GB data valid till your current pack validity.",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f931",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "149"
                },
                "plan_description": "Data : 1 GB | Validity : As per existing validity OTT : Xstream Premium subscription for 30 days",
                "plan_validity": "Existing",
                "data_benefits": "1 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f932",
                "type": "MOBILE",
                "plan_category": "2G/3G/4G Data",
                "plan_amount": {
                    "$numberDecimal": "181"
                },
                "plan_description": "Enjoy daily 1GB data valid for 30 days",
                "plan_validity": "30 days",
                "data_benefits": "1 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f933",
                "type": "MOBILE",
                "plan_category": "Full Talktime",
                "plan_amount": {
                    "$numberDecimal": "65"
                },
                "plan_description": "Enjoy 4GB data valid till your current pack validity.",
                "plan_validity": "NA",
                "data_benefits": "4 GB",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f934",
                "type": "MOBILE",
                "plan_category": "Full Talktime",
                "plan_amount": {
                    "$numberDecimal": "779"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network daily 1.5GB data and 100 SMS/day.",
                "plan_validity": "90 Days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f935",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "18"
                },
                "plan_description": "Enjoy ISD calling at discounted rates for 28 days. For country wise tariff visit www.airtel.in",
                "plan_validity": "28 Days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f936",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "755"
                },
                "plan_description": "Details: 1 GB Data (covers-US Europe Gulf &. more - Set1) 500 MB Data (covers-Africa Maldives &. more - Set2) | More covered countries: visit www.airtel.in/IR",
                "plan_validity": "5 days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f937",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "649"
                },
                "plan_description": "Details: 500 MB Data 100mins IC+OG (India + Local) 10 SMS (covers-US Europe Gulf &. more - Set1) 250 MB Data 50mins IC+OG (India + Local) 5 SMS (covers-Africa maldives &. more - Set2) | More covered countries: visit www.airtel.in/IR",
                "plan_validity": "1 day",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e62f9f5ea9a4205f938",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "296"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network 25GB Data and 100 SMS/day.",
                "plan_validity": "30 days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e63f9f5ea9a4205f939",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "756"
                },
                "plan_description": "Details: 100mins IC+OG (India + Local) - (covers-US Europe Gulf &. more - Set1) 50mins IC+OG (India + Local) - (covers-Africa Maldives &. more - Set2) | More covered countries: visit www.airtel.in/IR",
                "plan_validity": "5 days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e63f9f5ea9a4205f93a",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "779"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network daily 1.5GB data and 100 SMS/day.",
                "plan_validity": "90 Days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e63f9f5ea9a4205f93b",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "899"
                },
                "plan_description": "Details: 1 GB Data 100mins IC+OG (India + Local) 20 SMS (covers-US Europe Gulf &. more - Set1) 500 MB Data 50mins IC+OG (India + Local) 10 SMS (covers-Africa Maldives &. more - Set2) | More covered countries: visit www.airtel.in/IR",
                "plan_validity": "10 Days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e63f9f5ea9a4205f93c",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "2997"
                },
                "plan_description": "Details: 2 GB Data 100mins IC+OG (India + Local) 20 SMS (covers-US Europe Gulf &. more - Set1) 1 GB Data 50mins IC+OG (India + Local) 10 SMS (covers-Africa Maldives &. more - Set2) | More covered countries: visit www.airtel.in/IR",
                "plan_validity": "365 DAYS",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e63f9f5ea9a4205f93d",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "2998"
                },
                "plan_description": "Details: 5 GB Data 200mins IC+OG (India + Local) 20 SMS (covers-US Europe Gulf &. more - Set1) 2.5 GB Data 100mins IC+OG (India + Local) 10 SMS (covers-Africa Maldives &. more - Set2) | More covered countries: visit www.airtel.in/IR",
                "plan_validity": "30 Days",
                "data_benefits": "1.5 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            },
            {
                "_id": "645a4e63f9f5ea9a4205f93e",
                "type": "MOBILE",
                "plan_category": "Roaming",
                "plan_amount": {
                    "$numberDecimal": "2999"
                },
                "plan_description": "Enjoy unlimited Local STD & Roaming calls on any network within India daily 2GB data & 100 SMS valid for 365 days.",
                "plan_validity": "365 days",
                "data_benefits": "2 GB/Day",
                "talktime_benefits": "4237.29",
                "sub_product_code": "ATP",
                "telecom_circle": "AP"
            }
        ],
        "poolReferenceId": "1230510170007STRYV",
        "pool": {
            "openingBal": "71.15",
            "amount": "1.18",
            "closingBal": "69.97"
        }
    },
    "timestamp": "2023-05-10 17:00:07",
    "ipay_uuid": "h06899221e8e-9275-4b9b-b6ec-e6545e6bf628",
    "orderid": "1230510170007STRYV",
    "environment": "LIVE",
    "internalCode": null
}
Note :For Dth Plans pass IN in telecomCircle for every subProductCode.
Please Note :Call this API once a Day or in a Week to sync the data in your application.
This API call is chargeable, For more Information connect with your respective Key Account Manager.
