Invoice Created
Triggered when an invoice is created
Event
INVOICE_CREATED
Data
id - Long
Unique ID for invoice
amount - Long
Amount of the invoice
description - String
Description of the invoice
filename - String
Invoice file name
due_date - date
Date that the invoice is due to be paid
Example
"data": {
"id": 399742129664,
"amount": 12456,
"description": "Invoice created for John Doe",
"filename": "j_doe_invoice_11",
"due_date": "2023-12-30"
} Updated 7 days ago
