{
"event": "ACCOUNT_WITHDRAWAL_FAILED",
"eventId": "<string>",
"businessId": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {}
}Account Events
ACCOUNT_WITHDRAWAL_FAILED
Fired when a withdrawal cannot be completed. The reserved funds are automatically returned to the program ledger.
WEBHOOK
ACCOUNT_WITHDRAWAL_FAILED
{
"event": "ACCOUNT_WITHDRAWAL_FAILED",
"eventId": "<string>",
"businessId": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {}
}Fires when a withdrawal cannot be completed. The reserved funds are automatically returned to the program ledger.
For the full event group documentation see Account Events.
This event will be dispatched in a future release. Subscribe to it now so your integration is ready when it goes live.
Event Type
ACCOUNT_WITHDRAWAL_FAILED
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

