You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/stripe-webhook.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ description: "This example demonstrates how to handle Stripe webhook events usin
6
6
7
7
## Overview
8
8
9
-
This example shows how to set up a webhook handler for incoming Stripe events. The handler triggers a task when a `checkout.session.completed` event is received. This is easily customisable to handle other Stripe events.
9
+
This example shows how to set up a webhook handler in your existing app for incoming Stripe events. The handler triggers a task when a `checkout.session.completed` event is received. This is easily customisable to handle other Stripe events.
10
10
11
11
## Key features
12
12
13
-
- Shows how to create a Stripe webhook handler
13
+
- Shows how to create a Stripe webhook handler in your app
14
14
- Triggers a task from your backend when a `checkout.session.completed` event is received
0 commit comments