Invoice Summary
@if (!string.IsNullOrEmpty(Model.Description) && Model.Description != "
") { @Safe.Raw(Model.Description) }
") { @Safe.Raw(Model.Description) }
Payment Details
Request amount: | @Model.AmountFormatted |
Paid so far: | @Model.AmountCollectedFormatted |
Amount due: | @Model.AmountDueFormatted |
Payment History
Invoice Id | Price | Expiry | Status |
---|---|---|---|
No payments made yet | |||
{{invoice.id}} | {{invoice.amountFormatted}} | {{moment(invoice.expiryDate).format('L HH:mm')}} | {{invoice.status}} |
TX Id | Payment Method | Amount | |
{{payment.id}} {{payment.id}} | {{formatPaymentMethod(payment.paymentMethod)}} | {{payment.amount.noExponents()}} |