Get Biller List

Instantpay's API has a Get Biller List feature. It provides a list of billers for telecom, gas, electricity, and insurance services. This feature lets businesses give users many billing options. It makes bill payments more flexible and inclusive.

Header Parameters

NameTypeDescriptionMandatory (M) , Optional (O)Provided by INSTANTPAY (Y/N)
X-Ipay-Auth-CodeStringAuth Code - 1 (Fixed)MY
X-Ipay-Client-IdStringUnique Client IDMY
X-Ipay-Client-SecretStringUnique secret keyMY
X-Ipay-Outlet-IdStringMerchant unique IDMY
X-Ipay-Endpoint-IpStringEnd Customer IP AddressMN

Request Parameters

NameTypeMandatory (M) , Optional (O)Description
pagination.pageNumberStringOCurrent Page Number
pagination.recordsPerPageStringONumber of Details per Page
filters.updatedAfterDateStringOUpdation of Biller Date

Sample Request

curl --location --request POST 'https://api.instantpay.in/marketplace/utilityPayments/billers' \
--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-raw '{
    "pagination" : {
        "pageNumber" : 1,
        "recordsPerPage" : 10
    },
    "filters":{
        "categoryKey" : "",
        "updatedAfterDate" : ""
    }
}'
POST /marketplace/utilityPayments/billers 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: 8f1e060b08e376348b39b6da2472b4b8921b1e2a302b5a0123c91007b11bb084
X-Ipay-Endpoint-Ip: 45.115.105.205
X-Ipay-Outlet-Id: 72762
Content-Length: 169

{
    "pagination" : {
        "pageNumber" : 1,
        "recordsPerPage" : 10
    },
    "filters":{
        "categoryKey" : "",
        "updatedAfterDate" : ""
    }
}

Response Parameters

NameTypeDescription
statuscodeStringInstantPay Status Code
actcodeStringAction Code
statusStringStatus Message
dataArrayResponse Data (If Present)
timestampStringCurrent time (YYYY-MM-DD HH:II:SS)
ipay_uuidStringRequest reference number
orderidStringTransaction Id ( If transaction otherwise it is null )
environmentStringLive

Sample Response

{
    "statuscode": "TXN",
    "actcode": null,
    "status": "Billers List fetched successfully",
    "data": {
        "meta": {
            "totalPages": 1,
            "currentPage": 1,
            "totalRecords": 8,
            "recordsOnCurrentPage": 8,
            "recordFrom": 1,
            "recordTo": 8
        },
        "records": [
            {
                "billerId": "ATP",
                "billerName": "Airtel",
                "categoryKey": "C00",
                "type": "OFFUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 0,
                "updatedDate": "2020-04-17",
                "billerStatus": "ACTIVE",
                "isAvailable": true,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/ATP.svg"
            },
            {
                "billerId": "BSNL00000NATHL",
                "billerName": "BSNL",
                "categoryKey": "C00",
                "type": "ONUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 110001,
                "updatedDate": "2022-06-06",
                "billerStatus": "ACTIVE",
                "isAvailable": true,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/BSNL00000NATHL.svg"
            },
            {
                "billerId": "BGP",
                "billerName": "BSNL (OLD)",
                "categoryKey": "C00",
                "type": "OFFUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 0,
                "updatedDate": "2020-04-17",
                "billerStatus": "ACTIVE",
                "isAvailable": true,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/BGP.svg"
            },
            {
                "billerId": "IDP",
                "billerName": "Idea (OLD)",
                "categoryKey": "C00",
                "type": "OFFUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 0,
                "updatedDate": "2020-04-17",
                "billerStatus": "BLOCKED",
                "isAvailable": false,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/IDP.svg"
            },
            {
                "billerId": "MTNL00000NAT1U",
                "billerName": "MTNL",
                "categoryKey": "C00",
                "type": "ONUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 110001,
                "updatedDate": "2023-11-08",
                "billerStatus": "ACTIVE",
                "isAvailable": true,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/MTNL00000NAT1U.svg"
            },
            {
                "billerId": "MMP",
                "billerName": "MTNL (OLD)",
                "categoryKey": "C00",
                "type": "OFFUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 0,
                "updatedDate": "2020-04-17",
                "billerStatus": "ACTIVE",
                "isAvailable": false,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/MMP.svg"
            },
            {
                "billerId": "RJP",
                "billerName": "Reliance Jio",
                "categoryKey": "C00",
                "type": "OFFUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 0,
                "updatedDate": "2020-04-17",
                "billerStatus": "ACTIVE",
                "isAvailable": true,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/RJP.svg"
            },
            {
                "billerId": "VFP",
                "billerName": "Vi",
                "categoryKey": "C00",
                "type": "OFFUS",
                "categoryName": "Mobile (Prepaid)",
                "coverageCity": "-",
                "coverageState": "-",
                "coveragePincode": 0,
                "updatedDate": "2020-04-17",
                "billerStatus": "ACTIVE",
                "isAvailable": true,
                "iconUrl": "https://static.instantpay.in/assets/logo/products/VFP.svg"
            }
        ]
    },
    "timestamp": "2024-09-05 12:08:10",
    "ipay_uuid": "h0009cef5a7a-038d-43d2-81e0-ecda27999c97-GWCgWBAU0Qwp",
    "orderid": null,
    "environment": "LIVE"
}
Language
Click Try It! to start a request and see the response here!