@model BTCPayServer.Models.InvoicingModels.CreateInvoiceModel @using BTCPayServer.Services.Apps @using BTCPayServer.Services.Stores @{ ViewData.SetActivePage(InvoiceNavPages.Create, "Create Invoice"); var store = ViewContext.HttpContext.GetStoreData(); var checkoutFormOptions = CheckoutFormSelectList.ForStore(store, Model.CheckoutFormId, true); } @section PageFootContent { }
@if (Model.StoreId != null) { }
@foreach (var item in Model.AvailablePaymentMethods) {
}

Customer Information

@if (Model.UseNewCheckout) { } else { }

Additional Options

Custom data to correlate the invoice with an order. This data can be a simple text, number or JSON object, e.g. { "orderId": 615, "product": "Pizza" }

Receive updates for this invoice.