Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Extract the request body as string.

  2. Extract timestamp from the Signature header.

  3. Concatenate timestamp and request body - use dot as separator: <timestamp>.<requestBody>.<timestamp>

  4. Use HMAC-SHA256 algorithm to compute the hexadecimal hash of string created in previous step. Use your hook secret as a HMAC key.

...