@model BTCPayServer.Models.StoreViewModels.LightningNodeViewModel @{ var storeId = Model.StoreId; if (Model.CryptoCode != "BTC") { return; } } Blink via GraphQL type=blink;server=https://api.blink.sv/graphql;api-key=blink_...;wallet-id=xyz Head over to the Blink dashboard and create an api key. The wallet-id is optional and will use the default wallet otherwise.
type=blink;server=https://api.blink.sv/graphql;api-key=blink_...;wallet-id=xyz
Head over to the Blink dashboard and create an api key. The wallet-id is optional and will use the default wallet otherwise.