@using BTCPayServer.Client @using BTCPayServer.Views.Stores @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.PayoutProcessors.Lightning.UILightningAutomatedPayoutProcessorsController.LightningTransferViewModel @{ var storeId = Context.GetStoreData().Id; ViewData.SetActivePage(StoreNavPages.PayoutProcessors, "Lightning Payout Processor", storeId); }

Set a schedule for automated Lightning Network Payouts.

@if (!ViewContext.ModelState.IsValid) {
}
minutes
attempts
If a payout fails this many times, it will be cancelled.
@section PageFootContent { }