How a bill is presented
// Given below is an example of the bill.
{
"genericResponse": null,
"billId": "c884a1a7-6824-499d-849c-acbb853f3cc6",
"refId": "118GQ1X2ndXcIXVkJTMRARlrLln23261125",
"billerId": "OTOE00005XXZ43",
"status": "BILL_FETCH_SUCCESS",
"actionType": "BILL_FETCH",
"userId": "FE41FE42BNK519012345",
"billerResponse": {
"billId": "c884a1a7-6824-499d-849c-acbb853f3cc6",
"amount": "100000",
"billDate": "2015-06-14",
"billNumber": "12303",
"billPeriod": "june",
"custConvFee": "0",
"couCustConvFee": "0",
"dueDate": "2015-06-20",
"customerName": "BBPS",
"amountOption": true,
"tagList": [
{
"name": "Late Payment Fee",
"value": "40"
},
{
"name": "Fixed Charges",
"value": "50"
},
{
"name": "Additional Charges",
"value": "60"
},
{
"name": "BASE_BILL_AMOUNT",
"value": "100000"
}
]
},
"additionalInfo": [
{
"additionalInfoId": null,
"name": "a",
"value": "10"
},
{
"additionalInfoId": null,
"name": "a b",
"value": "20"
},
{
"additionalInfoId": null,
"name": "a b c",
"value": "30"
},
{
"additionalInfoId": null,
"name": "a b c d",
"value": "40"
}
],
"customerParams": [
{
"name": "a",
"value": "10",
"type": null
},
{
"name": "a b",
"value": "20",
"type": null
},
{
"name": "a b c",
"value": "30",
"type": null
},
{
"name": "a b c d",
"value": "40",
"type": null
},
{
"name": "a b c d e",
"value": "50",
"type": null
}
],
"creationDate": "2022-11-22T11:25:14.807217",
"modifiedDate": "2022-11-22T11:25:15.424531",
"createdEpochDate": 1669096514,
"modifiedEpochDate": 1669096515
}
The above example contains following line items
Last updated