#Shivani

1 messages · Page 1 of 1 (latest)

fair hazelBOT
smoky agate
#

Hi there!

#

Can you summarize your question in this new thread?

limber fox
#

sure

#

please see... shared saperately

smoky agate
#

Pasting it here:

We are facing issue with Stripe authorization. We have configured webhooks on Stripe. When we receive the events from Stripe, we are not able to use signature for verification. The calculated HMAC is different from the one shared by Stripe. We tried all the opens to send the data in raw formate . But the behavior is different in all the cases. We even tried to use libraries. But still same result. Can we configure basi authentication at Stripe end which we can check in.our application once event is received from Stripe?
please help on this.

#

Getting a SignatureVerificationError is quite common. What language/framework are you using? Also have you double checked that you are using the correct webhook secret endpoint (whsec_xxx)?

#

Can we configure basi authentication at Stripe end which we can check in.our application once event is received from Stripe?
I'm not sure what that means. The only way to check that the event actually came from Stripe is to check the signature.