Billing Events
BILLING_DEPOSIT_DETECTED
Fired when a crypto deposit to your program’s deposit address is detected on-chain (0 confirmations).
WEBHOOK
Fires when an inbound crypto transfer to your program’s deposit address is detected on-chain with 0 confirmations. The deposit is not yet credited — wait for
For the full event group documentation see Billing Events.
BILLING_DEPOSIT_CONFIRMED before treating funds as available.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
depositId | string | Unique deposit identifier assigned by FYATU |
amount | number | Deposit amount in dollars |
currency | string | Token symbol — USDT or USDC |
network | string | Blockchain network — TRC20 or ERC20 |
txHash | string | Blockchain transaction hash |
timestamp | string | ISO 8601 timestamp of detection |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

