Webhooks
invoice
Webhook notification triggered when an invoice is created or updated
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.clinkbill.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your secret API key obtained from the Clink dashboard (Developers section)
Current timestamp in milliseconds since Unix epoch (required for request signing)
Body
application/json
Invoice event payload in json
Unique identifier for the event
Type of event that occurred
Available options:
invoice.open, invoice.paid, invoice.void Example:
"invoice.void"
Type of this json payload, 'event' if this is an event
Example:
"event"
Timestamp when the event occurred
Comprehensive invoice data object with subscription billing details
Response
200
Return a 200 status to indicate that the data was received successfully