Updated copy to be clearer that it’s in your existing app

This commit is contained in:
D-K-P
2024-09-23 18:10:05 +01:00
parent 60c31787d7
commit 6d5e701ef0
+2 -2
View File
@@ -6,11 +6,11 @@ description: "This example demonstrates how to handle Stripe webhook events usin
## Overview
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.
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.
## Key features
- Shows how to create a Stripe webhook handler
- Shows how to create a Stripe webhook handler in your app
- Triggers a task from your backend when a `checkout.session.completed` event is received
## Environment variables