Newer
Older
ubFramework / Portal / docroot / templates / user / billing / payment_history.html
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 1 KB Cleaning Up Making It A Sub Module
<h1>Payment Activity</h1>
<hr />
<br />
Your recent Online Bill Pay payment activity is listed below. To view payment details, select "Payment ID".
<br /><br />
<table class="paymentMethods">
<tr>
  <th style="width:100px;">Payment ID</th>
  <th style="width:100px;">Automatic</th>
  <th style="width:100px;">Date</th>
  <th style="width:100px;">Status</th>
  <th style="width:100px;">Amount</th>
  <th style="width:150px;">Action</th>
</tr>
{ROWS}
</table>
<br /><br />
<table class="paSTD">
  <tr>
    <th>Scheduled</th>
    <td>I have scheduled a payment transaction to be processed on a future date. This payment can be modified or canceled until it begins processing.</td>
  </tr>
  <tr>
    <th>Canceled</th> 
    <td>I have canceled a scheduled payment.</td>
  </tr>
  <tr>
    <th>Complete</th>
    <td>My scheduled request to deduct a payment from my bank account or credit card has been completed.</td>
  </tr> 
  <tr>
    <th>In Progress</th>
    <td>I have an automatic payment currently processing. This payment cannot be modified or canceled.</td> 
  </tr>
  <tr>
    <th>Failed</th>
    <td>My payment submission was not successful. This may mean one of the following:<ul><li>I am over my credit card limit</li><li>My credit card expiration date requires updating</li></ul></td>
  </tr>
</table>