Bill fetch api
API for fetching a Customer Bill, based on Biller Category, Customer Parameters etc.
Request body
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
{
"tenantId": "FE41",
"billerId": "DKAFEE000PUN01"
"customerParamsRequest": {
"tags": [
{
"name": "Admission No/Application No/GR No",
"value": "LF3130"
},
{
"name": "Date Of Birth (DD-MM-YYYY)"
},
{
"name": "Mobile No"
}
]
},
"billerName": "Little Flower Convent School",
"billerCategory": "Education Fees",
"macAdress": null,
"customerMobNo": "8281970522”,
"paymentChannel": "Agent",
"deviceBlockTags": [
{
"name": "MOBILE",
"value": "9591810218"
},
{
"name": "GEOCODE",
"value": "28.6139,78.5555"
},
{
"name": "POSTAL_CODE",
"value": "600001"
},
{
"name": "TERMINAL_ID",
"value": "333001"
}
]
}Response body
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
Last updated