Invoice Status Changed

An invoice's status was changed

Payload

The payload of this webhook request is an object.
eventTypestringRequired
The type of the event.
invoiceobjectRequired
The invoice involved in the event.
newStatusstringRequired
The new status of the invoice.
previousStatusstringRequired
The previous status of the invoice.
userobjectOptional
User who initiated the change.

Response

200
any
Return a 200 status to indicate that the data was received successfully.