Updated copy to be clearer that it’s in your existing app
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user