Billing Events
BILLING_INVOICE_PAID
Fired when a billing invoice is successfully paid via crypto deposit.
WEBHOOK
Fires when a crypto deposit fully covers a pending invoice. The invoice status moves to
For the full event group documentation see Billing Events.
PAID and — if it was a setup invoice — your program is activated.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
invoiceId | string | Unique invoice identifier |
invoiceNumber | string | Human-readable invoice number |
amount | number | Original invoice amount in dollars |
paid | number | Amount actually applied to this invoice, in dollars |
currency | string | Currency code (always USD) |
paymentMethod | string | Always CRYPTO for on-chain payments |
txHash | string | Blockchain transaction hash of the deposit |
network | string | Blockchain network — TRON or ETH |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

