How a bill is presented
A bill is presented with the help of following properties
Biller response{billerResponse} and additional information .
BIller response contains summary of the bill and amount options .
Amount Options explains the line items of a bill.Detailed items will be present if amountOption is set to true in the bill JSON. The property tagList contains the various line items.
The above example contains following line items
Late Payment Fee
Fixed Charges
Additional Charges
BASE_BILL_AMOUNT
The tag BASE_BILL_AMOUNT is a special one which points to amount property in billerResponse
property of bill JSON.
If amount option is present , then the application needs to call master API and get AmountBreakUp Set.
Suggested method is before each presentation , the application should fetch AmountBreakUpSet.
additionalInfo is another property in Bill JSON. additionalInfo provides additional information
about the bill. This is for providing additional information to the user . Property additionalInfo does not have an impact on bill payment. Application can display the content of additionalInfo to the user.
Property customerParams is used by the biller to identify the bill for a customer.
An application should create the GUI dynamically making use of the parameters in the bill and with master data of the biller ,irrespective of biller type or any other parameters . In this way the application need not be re-written for any present or future biller in the BBPS ecosystem.
Last updated