How to verify Webhook Signature with PHP script

Just an update here - after asking around a lot, I discovered that there are 2 issues that can mess up the string that is hashed:

  • All spaces and other whitespace outside of strings must be removed.
  • Numbers should be sent in strings, not as numbers.
1 Like