PENDING
to COMPLETED
.
Key Points
- Webhook notifications are encrypted using aes-256-ctr.
- Encyption for webhook notifications is enabled by default. However, encryption can be disabled upon request.
- A
HTTP 200 response
must be sent back from the client to mark the delivery of the webhook notification as successful. - You have 5 attempts to successfully receive a unique webhook notification and send back a
HTTP 200 response
. - If after 5 attempts a
HTTP 200 response
is not sent back, the notification will stop sending as a failsafe. - Unreceived webhook notifications are still recorded by Klyme and can be re-sent upon request.