This is a GET request that returns the saved billing information using the serviceId and accountNumber
serviceId: This is a number that represents the different services available. Check the table Services for the list of service Ids
accountNumber: Account number reference for pay bill transactions.
Sample success response:
#
{
"serviceID": 1,
"customerName": "BENSON OKIORA",
"accountNumber": "1049928063",
"phoneNumber": "254718621991",
"enabled": true,
"verified": true,
"dueDate": "2021-10-18 00:00:00",
"lastKnownBalance": 2697.00,
"remindMeDueDate": true,
"remarks": "Test Benson's DSTV"
}