Skip to main content

Fetch Bill

Fetch Bill

Postman Collection

URL

POST : /v1/service/bbps/quickbill/fetch/bill

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Body Params

billerId  (String)   Required
Merchant biller Id (Max Length: 50)
customerMobileNo  (String)   Required
Merchant Mobile No (Max Length: 10)
customerEmail  (String)   Required
Customer email Id (Max Length: 50)
customerAadhaar  (String)   Optional
Customer Aadhaar Id (Max Length: 50)
customerPan  (String)   Optional
Customer Pan Id (Max Length: 50)
customerParamsRequest  (object)   Required
Customer Request Parameter (Max Length: 5000)

Request

Example Request
    curl --location --request POST '/v1/service/bbps/quickbill/fetch/bill' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data '{
"billerId": "UPPC00000UTPAH",
"customerMobileNo": "XXXXX7986",
"customerEmail": "kumaxxxxx@gmail.com",
"customerAadhaar": "",
"customerPan": "",
"customerParamsRequest": {
"tags": [
{
"name": "Consumer Number",
"value": "99999999"
},
{
"name": "District-Discom",
"value": "Ayodhya-MVVNL"
}
]
}
}'

Response Samples

   {
"code": "0x0200",
"message": "Record fetched successfully.",
"status": "SUCCESS",
"data": {
"amount": 100,
"billId": "BILL5632112345678818224XXXXXXXXXXX",
"refId": "BILL5632112345678818224XXXXXXXXXXX",
"billerId": "UPPC00000UTPAH",
"status": "BILL_FETCH_SUCCESS",
"userId": "",
"billDate": "2025-09-04",
"billNumber": "823398XXXX",
"billPeriod": "NA",
"custConvFee": 0,
"couCustConvFee": 0,
"dueDate": "2025-09-18",
"customerName": "Name ",
"amountOption": null,
"additionalInfo": null,
"customerParams": {
"tags": [
{
"name": "Consumer Number",
"value": "82361XXXX"
},
{
"name": "District-Discom",
"value": "Ayodhya-MVVNL"
}
]
},
"billerResponseList": {
"billAmount": "13500",
"billDate": "2025-09-04",
"billNumber": "82339852XXX",
"billPeriod": "MONTHLY",
"customerName": "Name",
"dueDate": "2025-09-18"
}
}
}

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x0207REVERSEDTRANSACTION REVERSED
0x0209REDIRECTREDIRECT URL