@using BTCPayServer.Views.Stores @using BTCPayServer.Abstractions.Extensions @model UpdateCoinSwitchSettingsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["NavPartialName"] = "../Stores/_Nav"; ViewData.SetActivePageAndTitle(StoreNavPages.Integrations, "Update Store CoinSwitch Settings", Context.GetStoreData().StoreName); }

@ViewData["PageTitle"]

You can obtain a merchant id at https://coinswitch.co/switch/setup/btcpay

@section PageFootContent { }