API ReferenceWebhooks
Draft invoice activated for payment.
Fired when a deferred invoice is activated and receives a deposit address plus payment window.
Signature: X-Halfin-Signature: t={timestamp},v1={hmac}
where hmac = HMAC-SHA256(secret, "{timestamp}.{raw_body}").
Reject if abs(now - timestamp) > 300 seconds.
eventstring
Event type identifier.
Value in
"invoice.activated"created_atstring
Event creation timestamp.
Format
date-timedataInvoiceActivatedWebhookData
Payload data for invoice.activated events.