Stripe Webhook Need Help Getting Header
Unanswered
Highlander posted this in #help-forum
HighlanderOP
Hi, I am trying to implement the Stripe webhook and I am running into an error where I need to get the stripe signature in raw body data format.
My code is there for the webhook and I am getting a 200 status on Stripe but an error saying the Stripe-signature header value was not provided. I am assuming I am not formatting the signature right on line 20 from headers.
Any help would be appreciated. Thanks
My code is there for the webhook and I am getting a 200 status on Stripe but an error saying the Stripe-signature header value was not provided. I am assuming I am not formatting the signature right on line 20 from headers.
Any help would be appreciated. Thanks