@using BTCPayServer.Services.PaymentRequests @using System.Globalization @model BTCPayServer.Models.PaymentRequestViewModels.UpdatePaymentRequestViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ ViewData.SetActivePageAndTitle(PaymentRequestsNavPages.Create, (string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") + " Payment Request"); } @section PageHeadContent { } @section PageFootContent { }

@ViewData["Title"]

Receive updates for this payment request.

Additional Options

@if (!string.IsNullOrEmpty(Model.Id)) { View Invoices Clone @if (!Model.Archived) { Archive } else { Unarchive } } Back to list