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 forDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
BILLING_DEPOSIT_CONFIRMED before treating funds as available.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
depositId | string | Unique deposit identifier assigned by FYATU |
programId | string | The program receiving the deposit |
amountCents | integer | Deposit amount in cents |
currency | string | USDT or USDC |
network | string | TRC20 or ERC20 |
fromAddress | string | Sender wallet address |
toAddress | string | Your program’s deposit address |
txHash | string | Blockchain transaction hash |
confirmations | integer | Current confirmation count (0 at detection) |
requiredConfirmations | integer | Confirmations required before crediting (3) |
status | string | Always DETECTED |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

