
Make sure that you’re using the raw request body when verifying webhooks,
since the crypotgraphic signature is sensitive to even the slightest change.
Watch out for frameworks that parse the request as JSON and then stringify it,
since this too will break the signature verification.