diff --git a/docs/guides/development/webhooks/billing.mdx b/docs/guides/development/webhooks/billing.mdx index 85c5e7268e..a7ea533c6b 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 @@ -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.