Checkout event
Webhook API
Checkout event
Push an abandoned/created checkout to enable recovery for the resolved installation.
POST
Checkout event
Push an abandoned or created checkout so Vambe can drive checkout recovery for
the resolved installation.
Every webhook must be signed: send
x-vambe-signature (hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret) and x-vambe-timestamp (unix epoch seconds). Requests older than 5 minutes are rejected.Headers
Unix epoch seconds when the request was signed. Requests older than 5 minutes are rejected.
Hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret.
Path Parameters
Response
201 - undefined
