Billing Events
BILLING_DEPOSIT_CONFIRMED
Fired when a crypto deposit reaches 3 on-chain confirmations and is credited to your program ledger.
WEBHOOK
Fires when an incoming crypto deposit reaches 3 on-chain confirmations. The funds are credited to your program. Pending invoices are automatically paid and any surplus goes to the program balance.
For the full event group documentation see Billing Events.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
depositId | string | Unique deposit identifier |
amount | number | Total deposit amount credited, in dollars |
balance | number | Program ledger balance after this deposit, in dollars |
timestamp | string | ISO 8601 timestamp of when the deposit was confirmed |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

