Account Events
ACCOUNT_WITHDRAWAL_INITIATED
Fired when a withdrawal request from the program ledger is created and funds are reserved.
WEBHOOK
Fires when a withdrawal request from the program ledger is created. The requested funds are reserved in a suspense ledger while the transfer is processed.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 |
|---|---|---|
withdrawalId | string | Unique withdrawal identifier |
programId | string | The program being withdrawn from |
amount | number | Withdrawal amount (in dollars) |
token | string | USDT or USDC |
network | string | TRC20 or ERC20 |
toAddress | string | Destination wallet address |
timestamp | string | ISO 8601 timestamp |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

