refund
Webhook notification triggered when refund is created or updated
Headers
Timestamp sent by Clink for webhook signature verification.
Hex-encoded HMAC-SHA256 signature generated with the webhook signing secret over the string ${X-Clink-Timestamp}.${rawRequestBody}. Use the raw request body bytes/string exactly as received; do not parse and re-serialize the JSON before verifying.
Signature algorithm used to generate X-Clink-Signature. The current value is SHA256.
SHA256 Body
Refund event payload in json
Unique identifier for the event
Type of event that occurred
refund.created, refund.succeeded, refund.failed Type of this json payload, 'event' if this is an event
"event"
Unix timestamp in milliseconds when the event occurred
Response
Return a 200 status to indicate that the data was received successfully