Fetch LPG Details

SNoHTTP Response CodeResponse CodeDescription
12001Bill Fetched Success
22002Biller is not accepting your payment now please try again later
32003Provider Message
44044LPG Recharge service is disabled.
54015Validation Error!
64016Unable to process request
74017Jwt Token Error
84018Authentication failed

Request params description

case 1 - ad1 = 1

{
    "operator": "168",
    "canumber": "627031",
    "referenceid": "202404161634",
    "latitude": "28.65521",
    "longitude": "77.14343",
    "ad1": "1",//Booking Method
    "ad2": "8",// State id
    "ad3": "170",//District Id
    "ad4": "41013435"//Distributor Id
}

case 2 - ad1 = 2


{
    "operator": "168",
    "canumber": "627031",
    "referenceid": "202404161634",
    "latitude": "28.65521",
    "longitude": "77.14343",
    "ad1": "2",//Booking Method
    "ad2": "8"//registered mobile number
}

case 3 - ad1 = 3


{
    "operator": "168",
    "canumber": "627031",
    "referenceid": "202404161634",
    "latitude": "28.65521",
    "longitude": "77.14343",
    "ad1": "3",//Booking Method
    "ad2": "",//Lpg id
}

For getting the values of state id, district id and distributor id use the below link:

State data list


Language
Click Try It! to start a request and see the response here!