API ReferenceWebhooks

Draft invoice expired before activation.

Fired when a deferred invoice's draft window expires before the payer activates a currency and payment address.

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.draft_expired"
created_atstring

Event creation timestamp.

Formatdate-time
dataInvoiceDraftExpiredWebhookData

Payload data for invoice.draft_expired events.