#Shivani
1 messages · Page 1 of 1 (latest)
There is not no. I recommend working with your function provider to figure out how you can get the raw Request object, which is what the signature verification process requires
@spring venture , that's correct we need raw Request object. in our implementation the request gets changed when we convert into Raw object and then perform HMAC onto of it.
If anyone has used Signature for verification, please let me know...
Then that's an issue you need to debug with your hosting provider
I use signature verification all the time. It works, but it expects the raw Request body. If you can't get that from your function then you'll need to workaround that
after HMAC you get the value as v1 in signature?
which development Language /IDE are you working on when you check HMAC?
I guess you're describing the manual verification? https://stripe.com/docs/webhooks/signatures#verify-manually
(I don't do that, I just use constructEvent with the raw Request payload)
Can you share your webhook code?