#quantum1125-endpointSecret
1 messages · Page 1 of 1 (latest)
the endpoint secret is used to verify the signature - https://stripe.com/docs/webhooks/signatures
Ah ok I can search the request body to look and compare the signature, but leaving it out would just make the request less secure, rather than broken?
Assuming you rewrite the code such that it doesn't verify the signature, yes the request would just be less secure rather than broken
great, thanks for clarifying