Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/development/webhooks/billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sdk: nextjs, react, expo, react-router, astro, tanstack-react-start, remix, nuxt

<Include src="_partials/billing/billing-experimental" />

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

Expand Down Expand Up @@ -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.