Skip to main content
WEBHOOK
ACCOUNT_WITHDRAWAL_COMPLETED
{
  "event": "ACCOUNT_WITHDRAWAL_COMPLETED",
  "eventId": "<string>",
  "businessId": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {}
}

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.

Fires when a withdrawal has been broadcast to the blockchain and the funds have left the FYATU system.
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_COMPLETED
For the full event group documentation see Account Events.

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Body

application/json
event
string
Example:

"ACCOUNT_WITHDRAWAL_COMPLETED"

eventId
string
businessId
string
environment
enum<string>
Available options:
LIVE,
SANDBOX
timestamp
string<date-time>
data
object

Response

200

Acknowledge the event.