@{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.PayButton, "Please confirm you want to enable Pay Button"); ViewBag.MainTitle = "Pay Button"; }

@ViewData["Title"]

To start using Pay Buttons you need to explicitly turn on this feature. Once you do so, valid POST requests from any source will allow creation of Invoices on your instance of BtcPayServer.

@Html.Hidden("EnableStore", true)