Billing Events
BILLING_INVOICE_CREATED
Fired when a new billing invoice is generated for your business.
WEBHOOK
Fires when FYATU generates a new billing invoice for your business. Invoices are generated monthly on the first of each month. View and pay invoices in the FYATU portal under Billing.Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
invoiceId | string | Unique invoice identifier |
programId | string | The program this invoice is for |
amountCents | integer | Invoice amount in cents |
currency | string | Currency code |
dueDate | string | Payment due date (YYYY-MM-DD) |
status | string | Always PENDING when created |
createdAt | string | ISO 8601 creation timestamp |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

