@model BTCPayServer.Models.InvoicingModels.CreateInvoiceModel @using BTCPayServer.Services.Apps @{ ViewData.SetActivePage(InvoiceNavPages.Create, "Create Invoice"); } @section PageFootContent { }

@ViewData["Title"]

@if (Model.StoreId != null) { } else {

Invoice Details

}
@foreach (var item in Model.AvailablePaymentMethods) {
}

Customer Information

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.