@model WebhooksViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.Webhooks, "Webhooks", Context.GetStoreData().StoreName); }
Webhooks allow BTCPay Server to send HTTP events related to your store to another server.
@if (Model.Webhooks.Any()) {| Status | Url | Actions |
|---|---|---|
| @if (wh.LastDeliverySuccessful) { } else { } | @wh.Url | Test - Modify - Delete |
There are no webhooks yet.
} @section PageFootContent {