@model BTCPayServer.Models.InvoicingModels.CreateInvoiceModel @using BTCPayServer.Services.Apps @using BTCPayServer.TagHelpers @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Abstractions.TagHelpers @{ ViewData.SetActivePage(InvoiceNavPages.Create, "Create Invoice"); } @section PageFootContent { }
@if (Model.StoreId != null) { }
@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.