@model PaymentModel @{ Layout = null; } @Model.HtmlTitle

Pay with @Model.StoreName

@if (Model.Status == "new") {

To complete payment, please send @Model.BtcDue @Model.CryptoCode to @Model.BtcAddress

Time remaining: @Model.TimeLeft

@Model.InvoiceBitcoinUrl

@if (Model.IsLightning) {

Peer Info: @Model.PeerInfo

}
@if (Model.AvailableCryptos.Count > 1) {

Pay with:

} } else if (Model.Status == "paid" || Model.Status == "complete" || Model.Status == "confirmed") {

This invoice has been paid

} else if (Model.Status == "expired" || Model.Status == "invalid") {

This invoice has expired

} else {

Non-supported state of invoice

}

Go back to Javascript enabled invoice