Invoice Overdue
Triggered when an invoice is overdue
Event
INVOICE_OVERDUE
Data
id
- Long
Unique ID
amount
- Long
Amount of the invoice
description
- String
Description of the invoice
due_date
- date
Date that the invoice is due to be paid
Example
"data": {
"id": 399742129664,
"amount": 12456,
"description": "Invoice not paid by due dates",
"due_date": "2023-12-30"
}
Updated 3 months ago