---
tags: Loan, Alan, Priority 4
---
# Past due notice #2 - LONPAY
# notice_pastdue2
@{
var throwError=true;
var jsonHelper = Model.GetJsonHelper(Model.Sequence.Data, throwError);
}
#### Second past due notice
**Officer:** @jsonHelper.GetValue("LoanAccount.officer")<br/>
|Loan no.| @jsonHelper.GetMask(@jsonHelper.GetValue("LoanAccount.accountNumber"),0,13) |Date Printed|@jsonHelper.GetValue("technical.corDateR") |
|:------:|----:|:----------:|----:|
This is a second reminder that your payment was due on @jsonHelper.GetValue("LoanAccount.dueDate") for @jsonHelper.GetValue("LoanAccount.product").<br/>
If you have already mailed your payment, please disregard this notice.<br/>
**Notice**: We may report information about your account to credit bureaus. Late payments, missed payments, or other defaults on your account may be reflected in your credit report.
| Loan Balance | @jsonHelper.GetValue("LoanAccount.LoanAccountBalance") |Amount Past Due | @jsonHelper.GetValue("LoanAccount.pastDueAmt") |
|-----------------:|----:|-----------------:|----:|
| Interest Due | @jsonHelper.GetValue("LoanAccount.intDueAmt") | Late Charges Due | @jsonHelper.GetValue("LoanAccount.chrgDueAmt") |
| Principal Due | @jsonHelper.GetValue("LoanAccount.princpalDueAmt") | Interest Rate | @jsonHelper.GetValue("LoanAccount.intRate") |
| **Total Amount Due** | **@jsonHelper.GetValue("LoanAccount.totalDueAmt")** | **Daily Interest** | **@jsonHelper.GetValue("LoanAccount.intDayAmt")** |
Please remit the totoal amoutn due to keep your credit in good standing.
<br/>
@jsonHelper.GetValue("party.nameOne")<br/>
@jsonHelper.GetValue("party.nameTwo")<br/>
<br/>
@jsonHelper.GetArrayElementValue("party.address[].street",0)<br/>
@jsonHelper.GetArrayElementValue("party.address[].city",0) @jsonHelper.GetArrayElementValue("party.address[].state",0)<br/>
@jsonHelper.GetArrayElementValue("party.address[].zip",0)<br/>