Events
This page documents the webhook events specific to wallet accounts. For information on setting up webhooks, see Webhooks.
account.created
Occurs when a Wallet Account is created. This event is triggered when a wallet is successfully opened.
See full event payload and details at account.created.
account.closed
Occurs when a Wallet Account is closed. This event is triggered when a wallet is permanently closed.
See full event payload and details at account.closed.
account.frozen
Occurs when a Wallet Account is frozen. This event is triggered when a wallet is temporarily restricted.
See full event payload and details at account.frozen.
account.unfrozen
Occurs when a Wallet Account is unfrozen. This event is triggered when a frozen wallet is restored to normal operation.
See full event payload and details at account.unfrozen.
account.reopened
Occurs when a Wallet Account is reopened. This event is triggered when a previously closed wallet is reopened.
See full event payload and details at account.reopened.