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.
For the full event group documentation see Account Events.
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.

