The nightly event occurs
Webhook
This is an event that is kicked off nightly for each invoice.
This event only occurs for unpaid/overdue invoices. Voided or paid invoices will not fire this event.
Internally, this event is used for updating caches, consistency checks, scheduled events for invoices, etc.
Externally, you can choose to hook into this event and use it for whatever you would like.
Note these fields:
context_str = invoicecontext_id = ...(this will be theinvoice_idof the invoice)event = nightly
Request
Responses
- 200
Return a 200 status to indicate that the data was received successfully