Webhook notifications are automated messages sent from Klyme to a specific URL endpoint of your choice. Instead of constantly checking for updates (polling) via API, webhooks push real-time data to a designated URL endpoint as soon as an event occurs such as a payment status changing fromDocumentation Index
Fetch the complete documentation index at: https://docs.klyme.io/llms.txt
Use this file to discover all available pages before exploring further.
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 responsemust 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 responseis 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.
