#Maximiliano Pineyro
1 messages · Page 1 of 1 (latest)
What documentation are you reading?
So the stripe-signature value is a header that Stripe will send your webhook endpoint. You don't supply that header anywhere
Your webhook handler will need to be coded such that it can grab the raw HTTP stripe-signature header from the request Stripe sends you
Ok, got it. I'll talk to the devs then. Thanks