Payment history is used to show information about when payments were made by the customer. The charges are grouped by the billing date, so you first need to call the GetUtilitiesBilling service to get billing date for each bill. A bill can have multiple payments associated with it. Then you can call GetPaymentDetail to get a description of the payments applied to that bill.
Name | Summary |
---|---|
GetUtilitiesAccountPayment | Returns history of payments made by the customer |
GetPaymentDetail | Returns the payment transaction details |
GetUtilitiesAccountDelinquency | Returns amount overdue on the account |
PostSearchUtilitiesAccountDelinquencies | Search for account delinquency information |
GetPaymentHistory | Get Payment History |
GetAutoPay | Get Auto Pay |
GetAutoPaySetup | Get Auto Pay Draft Days allowed |
GetPendingAutoPay | Get Pending Auto Pay Payments |
PostAutoPayUpdate | Auto Pay Update |
PostAutoPayUpdateExt | Auto Pay Update Extended |
PostAutoPayOnBillDueDate | Auto Pay on Bill Due Date |