Webhooks
recurring_invoice.generation_failed
A recurring-invoice occurrence failed to generate.
Delivered as an HTTP POST to your subscribed URL. The request is HMAC-signed (Dolfin-Signature: t=<unix>,v1=<hex>); verify it before trusting the body. Return any 2xx to acknowledge — non-2xx and timeouts are retried with backoff. Events carry a stable id; de-duplicate on it. data is the full entity snapshot, identical in shape to the corresponding GET endpoint.
WEBHOOK
Body
application/json
Event payload.
Response
200
Return any 2xx to acknowledge receipt.