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 requestid
is the value of the Webhook-Id
headersignature
is the value of the Webhook-Signature
headersigningKey
is the secret signing key provided by Fliptimestamp
is the value of the Webhook-Timestamp
headerWebhook-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.