Fetch LPG Details

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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


Body Params
json
required
Defaults to { "operator": "168", "canumber": "XXXXX", "referenceid": "XXXXX", "latitude": "28.65521", "longitude": "77.14343", "ad1": "1", "ad2": "8", "ad3": "170", "ad4": "41013435" }
Headers
string
Defaults to eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJQQVlTUFJJTlQiLCJ0aW1lc3RhbXAiOjE2MTAxOTU5MzAsInBhcnRuZXJJZCI6IlBTMDAxIiwicHJvZHVjdCI6IldBTExFVCIsInJlcWlkIjoxNjEwMTk1OTMwfQ.3slqFu5g7dCoKOxrHKc6HUB55oIiu26tcKEArHnmmuo

JWT token with payload

string
required
Defaults to application/json

application/json or multipart/form-data

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json