Payable Overdue Event

This webhook is triggered whenever, during the process of recreating or expiring payables, a registered payable is identified as overdue.

For the event to be emitted, the setting "Keep Unadvanced Invoices" must be enabled.

A payable is considered overdue by expiration when the difference between the current date and the payment date is less than the "Minimum Term to Advance the Invoice."

EventType: PayableOverdueEvent
Path: /payables

{
 "_links": {
  "sponsor": {
   "href": "https://hmg-zuul.monkeyecx.com/v2/sponsors/99887766",
   "type": "GET"
  }
 },
 "sponsorId": 99887766,
 "sponsorName": "SACADO SA",
 "sponsorGovernmentId": "13677912100135",
 "paymentDate": 1717000000000,
 "paymentValue": 2450.75,
 "supplierGovernmentId": "35060339000286",
 "supplierName": "CEDENTE SA",
 "uuid": "A12bC3dE4F",
 "externalId": "CSPC999900001234567Q",
 "invoiceDate": 1675000000000,
 "invoiceKey": "31221219999999999999990010000123450000987654",
 "invoiceNumber": "000012345-9",
 "installment": 2,
 "totalInstallment": 3,
 "eventType": "PayableOverdueEvent"
}