Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/stripe/stripe-get-event-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In order for wehbooks to work, you need to set in DNN web.config the 'Signing Se
Starting with Stripe 05.11.01 the above mentioned way of declaring the Stripe secret key is obsolete and the new way of declaring the keys allows separate Stripe webhooks for multi-portal use as shown below.

```xml
<add key="DnnSharpStripeApiSigningSecretKey_YourPortalIdHere" value="Your_Signing_Secret_Here"/>
<add key="DnnSharpStripeEventApiSigningSecretKey_YourPortalIdHere" value="Your_Signing_Secret_Here"/>
```

## **Parameter Details**
Expand Down