Use authorization webhooks to approve or decline card transactions in real-time.
x-webhook-id
: A unique identifier for the webhook requestx-webhook-timestamp
: The timestamp when the webhook was sent (Unix timestamp)x-webhook-signature
: HMAC signature for request validationx-webhook-timestamp
should be within 2 minutes of receiving the request to prevent replay attacks.
x-webhook-signature
header using HMAC SHA256. The signature is created by:
whsec_
prefix from your signing secret and base64 decoding it{webhookId}.{webhookTimestamp}.{requestBody}
v1=