@using BTCPayServer.Abstractions.Extensions @model BTCPayServer.PayoutProcessors.OnChain.UIOnChainAutomatedPayoutProcessorsController.OnChainTransferViewModel @{ ViewData["NavPartialName"] = "../UIStores/_Nav"; Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage("PayoutProcessors", "OnChain Payout Processor", Context.GetStoreData().Id); }
Payout Processors allow BTCPay Server to handle payouts awaiting payment in an automated way.
@if (!ViewContext.ModelState.IsValid) { }