Skip to content

Commit

Permalink
Updated copy to be clearer that it’s in your existing app
Browse files Browse the repository at this point in the history
  • Loading branch information
D-K-P committed Sep 23, 2024
1 parent 60c3178 commit 6d5e701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/stripe-webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d5e701

Please sign in to comment.