We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a91b9f commit d9d3005Copy full SHA for d9d3005
1 file changed
docs/stripe-credentials.md
@@ -7,8 +7,16 @@ Get your `publishable_key` and your `secret_key` on your Stripe account :
7
https://dashboard.stripe.com/test/apikeys
8
9
## Webhook key
10
-Then get a `webhook_secret_key` configured with at least two events :
11
-`payment_intent.canceled` and `checkout.session.completed`
12
-and configured with the url to the URL to `notify.php`
13
14
-https://dashboard.stripe.com/test/webhooks
+Then get a `webhook_secret_key` configured with at least two events :
+
+ - `payment_intent.canceled`
+ - `checkout.session.completed`
15
16
+The URL to fill is the url to your `notify.php`, here is an example :
17
18
+```
19
+http://localhost/notify.php?gateway=stripe_checkout_session
20
21
22
+https://dashboard.stripe.com/test/webhooks
0 commit comments