From 8fb7b7ed63df87f23cc90a5d6eb0fd8af2745b36 Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:55:39 -0500 Subject: [PATCH 1/2] (/development/webhooks/billing) Adds link to webhooks overview --- docs/guides/development/webhooks/billing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/development/webhooks/billing.mdx b/docs/guides/development/webhooks/billing.mdx index 85c5e7268e..0c7a4eb008 100644 --- a/docs/guides/development/webhooks/billing.mdx +++ b/docs/guides/development/webhooks/billing.mdx @@ -6,7 +6,7 @@ sdk: nextjs, react, expo, react-router, astro, tanstack-react-start, remix, nuxt -Clerk Billing supports webhook events that allow you to track information like subscription lifecycles and payments. +Clerk Billing supports webhook events that allow you to track information like subscription lifecycles and payments. This reference describes the events Clerk supports for Billing. For more information about webhooks, see the [dedicated guide](/docs/guides/development/webhooks/overview). ## Subscriptions From f1e6ccbec1b2f1d7689b8bd4fb05df684faff4df Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:57:55 -0500 Subject: [PATCH 2/2] small copy update --- docs/guides/development/webhooks/billing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/development/webhooks/billing.mdx b/docs/guides/development/webhooks/billing.mdx index 0c7a4eb008..a7ea533c6b 100644 --- a/docs/guides/development/webhooks/billing.mdx +++ b/docs/guides/development/webhooks/billing.mdx @@ -48,4 +48,4 @@ Payment attempt events contain a `type`, which can be either `checkout` or `recu | `paymentAttempt.created` | A payment attempt has been created with `pending` status. It can either succeed or fail in the future. | | `paymentAttempt.updated` | A payment attempt has been updated to `paid` or `failed` status. | -Looking for other webhook events? To find a list of all the events Clerk supports, navigate to the [**Webhooks**](https://dashboard.clerk.com/~/webhooks) page and select the **Event Catalog** tab. +Looking for other webhook events? To find a list of all the events Clerk supports, navigate to the [**Webhooks**](https://dashboard.clerk.com/~/webhooks) page in the Clerk Dashboard and select the **Event Catalog** tab.