Webhook headers
Webhook-Id
Webhook-Id
header allows you to build an idempotent implementation if you wish to, in case the same webhook is sent more than once.Webhook-Signature
Webhook-Signature
allows you to verify that the webhook is legitimate and comes from Flip's servers. In order to compute the signature, you will need to receive a signing key from Flip (please ask if you don't have it).
body
is the body of the webhook requesteventTimestamp
is the timestamp
attribute in the webhook request body (not the value of the Webhook-Timestamp
header)id
is the value of the Webhook-Id
headersignature
is the value of the Webhook-Signature
headersigningKey
is the secret signing key provided by FlipWebhook-Timestamp
Webhook-Timestamp
header represents the UNIX time in seconds when the webhook was created. Use it to prevent replay attacks. The value should be within 10 minutes of the current time.Modified at 11 days ago