Skip to content

Commit 01eb74b

Browse files
committed
Merge branch 'master' of github.com:Prometee/PayumStripeCheckoutSession
2 parents a772581 + d9d3005 commit 01eb74b

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)