You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
events received via webhooks should verify that it's coming from a Stripe server for security reason before processing/handling it. https://stripe.com/docs/ips
The text was updated successfully, but these errors were encountered:
Thanks, @loicginoux. I hadn't thought about that, and having an extra layer of security is good. Although, technically, as we're checking the event signature, we should be safe.
I'd say that's not a must have for the first release but still necessary. Checking signature is not enough if an employee steal the api key and send events to your webhook endpoints making it like it's coming from Stripe.
elia
changed the title
implement an ip whichlist
Check the IP of incoming webhook requests
Mar 7, 2023
Desired Behavior
events received via webhooks should verify that it's coming from a Stripe server for security reason before processing/handling it.
https://stripe.com/docs/ips
The text was updated successfully, but these errors were encountered: