#Manh-webhook
1 messages ยท Page 1 of 1 (latest)
๐ 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?
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?
yes, it'll be raw json form. some framework will parse request automatically, and potentially change the order of the json object
@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!
Great that it works for you now ๐ค