#Maximiliano Pineyro

1 messages · Page 1 of 1 (latest)

fossil larkBOT
modern flame
#

What documentation are you reading?

scenic crescent
modern flame
#

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

scenic crescent
#

Ok, got it. I'll talk to the devs then. Thanks