#chafem-webhook-signature-verification
1 messages ยท Page 1 of 1 (latest)
When you refer to Middy are you talking about https://github.com/middyjs/middy?
I am yes
What does your signature verification code look like?
are you referring to the stripe-signature header or the webhook secret?
I'm referring to something like this - https://stripe.com/docs/webhooks/signatures#verify-official-libraries
I'm more specifically interested in seeing what you're passing into constructEvent
sorry i didnt realize you meant my actual code haha, long day. Give me a few and I'll get a screen shot
alright false alarm, i got it working. even tho the error being thrown by the verifyWebhookSignature was asking if im using the raw body from the event, I had the webhook secret entered wrong in my param store.
๐ awesome - glad to hear you got it working! signature verification can always be tricky to debug
you too!