X-Signature
: The base64 encoded signature of the webhook request.X-Request-Timestamp
: The timestamp of the webhook request in seconds since the Unix epoch.timestamp
and the raw body
of the request with a colon (:
) and prefixing the result with v0:
.
In code, this looks like:
timestamp
from the HTTP header and the raw body
with a colon (:
), then prefix the result with v0:
.X-Signature
header.