diff --git a/ecosystem/ton-pay/webhooks.mdx b/ecosystem/ton-pay/webhooks.mdx index c434f5ea0..aa4083f6e 100644 --- a/ecosystem/ton-pay/webhooks.mdx +++ b/ecosystem/ton-pay/webhooks.mdx @@ -1,10 +1,18 @@ --- -title: "Webhooks" +title: "TON Pay webhooks" sidebarTitle: "Webhooks" +tag: "beta" --- import { Aside } from '/snippets/aside.jsx'; + + TON Pay uses webhooks to notify applications in real-time about transfer events. ## How webhooks work @@ -25,9 +33,9 @@ TON Pay uses webhooks to notify applications in real-time about transfer events. Configure the endpoint in TON Pay Merchant Dashboard. -1. Open the [TON Pay Merchant Dashboard](https://tonpay.tech/dashboard) and sign in to the merchant account. -1. Navigate to the DeveloperWebhooks sections. -1. Enter the webhook URL. In production, the endpoint must use HTTPS. For example, `https://thedomain.com/webhooks/tonpay` +1. Open the TON Pay Merchant Dashboard and sign in to the merchant account. +1. Navigate to the Developer section, then select Webhooks. +1. Enter the webhook URL. In production, the endpoint must use HTTPS. For example, `https://thedomain.com/webhooks/tonpay`. 1. Save the configuration and use the test feature to verify delivery.