Skip to content

Commit

Permalink
Issue #425
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Nov 15, 2024
1 parent 6e2ad6c commit 98a5ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/webhooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ webhooks. Follow these steps to configure webhooks in your Stripe Dashboard:
* In the "Endpoint URL" field, enter the URL for the Stripe variant in your
Django Payments application. This URL should be the endpoint where Stripe
will send the webhook events. Make sure the URL is accessible from the
internet. Example: ``https://your-app.com/payments/stripe/``.
internet. Example: ``https://your-app.com/payments/process/stripe/``.
* From the "Events to send" dropdown, choose the specific events you want to
receive notifications for. You need (at least) these events:
* checkout.session.async_payment_failed
Expand All @@ -55,7 +55,7 @@ webhooks. Follow these steps to configure webhooks in your Stripe Dashboard:
the events sent by Stripe. It's it not recomended to use `secure_endpoint`
set to false in production.

Make sure to replace **https://your-app.com/payments/stripe/** with the actual
Make sure to replace **https://your-app.com/payments/process/stripe/** with the actual
URL for your Stripe webhook endpoint. In this case, ``stripe`` is the `variant`
of the configured provider. E.g.:

Expand Down

0 comments on commit 98a5ed0

Please sign in to comment.