Skip to content

Commit d9d3005

Browse files
authored
More explicit
1 parent 0a91b9f commit d9d3005

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

docs/stripe-credentials.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ Get your `publishable_key` and your `secret_key` on your Stripe account :
77
https://dashboard.stripe.com/test/apikeys
88

99
## 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`
1310

14-
https://dashboard.stripe.com/test/webhooks
11+
Then get a `webhook_secret_key` configured with at least two events :
12+
13+
- `payment_intent.canceled`
14+
- `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

Comments
 (0)