Check signature
Verify the events that the platform sends to your webhook endpoints.
Verifying the signature
x-pf-signature:
t=1616987734,
s=614c7ca17945e4038ec4af052585fe970120ea909f8582b7e953415395951de1Step 1: Extract the timestamp and signature from the header
Step 2: Prepare the signed_payload string
Step 3: Determinate the expected signature
Step 4: Compare the signatures
Example code
Last updated