An invoice is updated
Webhook
This event occurs when an invoice is updated.
Note that this event will NOT occur when an invoice is marked paid (because the actual invoice hasn't changed in that case -- a payment has just been applied to the existing, unchanged invoice).
If you want to know when an invoice changes status (e.g. from "unpaid" to "paid") you should listen for the status webhook on invoices.
Note these fields:
context_str = invoicecontext_id = ...(this will be theinvoice_idof the invoice)event = update
Request
Responses
- 200
Return a 200 status to indicate that the data was received successfully