@model LightningSettingsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.PaymentMethods, $"{Model.CryptoCode} Lightning Settings", Context.GetStoreData().StoreName); }

@ViewData["Title"]

@if (Model.LightningNodeType != LightningNodeType.Internal) { }
Node Type @Model.LightningNodeType Change connection
Connection String @Model.ConnectionString

Payment

Available placeholders: {StoreName} {ItemDescription} {OrderId}

LNURL

For wallet compatibility: Bech32 encoded (classic) vs. cleartext URL (upcoming)

Required for Lightning Address, the pay button and apps.

Performance: Turn it off if users should pay only via LNURL.

@section PageFootContent { }