@model BTCPayServer.Models.InvoicingModels.CreateInvoiceModel @using BTCPayServer.Services.Apps @{ ViewData.SetActivePageAndTitle(InvoiceNavPages.Create, "Create Invoice"); } @section PageFootContent { } @ViewData["Title"] Invoice Details @foreach (var item in Model.AvailablePaymentMethods) { @item.Text } Use the store’s default Customer Information Additional Options Point Of Sale Data 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" } Invoice Notifications Receive updates for this invoice. Back to list
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" }
{ "orderId": 615, "product": "Pizza" }
Receive updates for this invoice.