Bill validate api
API for validating a Customer Bill, based on Biller Category, Customer Parameters etc.
Request body
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
{
"billerCategory": "Mobile Prepaid",
"billerId": "FE1112000NAT01",
"billerName": "Prepaid Biller1",
"customerMobNo": "8281970523",
"clientReqId": "",
"customerParamsRequest": {
"tags": [
{
"name": "Mobile Number",
"value": "8900000010"
},
{
"name": "Circle",
"value": "circle10"
}
]
},
"macAdress": null
}Response body
Parent Property/Element
Property/Element Name
Mandatory
Data type
Description
Last updated