@using BTCPayServer.TagHelpers @using BTCPayServer.Views.Stores @using Microsoft.AspNetCore.Html @using Microsoft.AspNetCore.Mvc.TagHelpers @{ ViewData.SetActivePage(StoreNavPages.PayButton, "Pay Button", Context.GetStoreData().Id); }

To start using Pay Button, you need to enable this feature explicitly. Once you do so, anyone could create an invoice on your store (via API, for example).

@Html.Hidden("EnableStore", true)