#Manh-webhook

1 messages ยท Page 1 of 1 (latest)

modest zodiac
#

๐Ÿ‘‹ Happy to help

#

This usually means that the signature doesn't match. This can be:
1/ webhook secret is incorrect
2/ framework automatically parsed the request body for you that is not in raw form

#

Does the signature validation work before?

shadow cosmos
#

Does the signature validation work before?
No this is my first time.
framework automatically parsed the request body for you that is not in raw form
the payload must be json format, right?

modest zodiac
#

yes, it'll be raw json form. some framework will parse request automatically, and potentially change the order of the json object

shadow cosmos
#

@modest zodiac thank you for your support. As you said, I use the wrong secret key. I tried re-fill Signing secret and it worked!

modest zodiac
#

Great that it works for you now ๐Ÿค—