Skip to main content

Account Webhook Events

Deposit accounts, credit accounts, and wallet accounts share the same account lifecycle webhook events. The event type is identical across account types; the payload includes the corresponding account resource (depositAccount, creditAccount, or wallet).

For information on setting up webhooks, see Webhooks. For full event payloads, see the Events API documentation.

Account lifecycle events

EventDescription
account.createdTriggered when a new account is created.
account.closedTriggered when an account is closed.
account.frozenTriggered when an account is frozen.
account.unfrozenTriggered when a frozen account is unfrozen.
account.reopenedTriggered when a closed account is reopened.
account.updatedTriggered when an account is updated.

account.created

Occurs when a Deposit Account, Credit Account, or Wallet Account is successfully created.

Account typeAPI
DepositCreate Deposit Account
CreditCreate Credit Account
WalletCreate Wallet

See full event payload and details at account.created.


account.closed

Occurs when an account is closed. Closing an account is irreversible and can only be done by an Org user.

Account typeAPI
DepositClose Account
CreditClose Account
WalletClose Wallet

See full event payload and details at account.closed.


account.frozen

Occurs when an account is frozen. A frozen account behaves like a closed account, but the state is temporary.

Account typeAPI
DepositFreeze Account
CreditFreeze Account
WalletFreeze Wallet

See full event payload and details at account.frozen.


account.unfrozen

Occurs when a previously frozen account is unfrozen.

Account typeAPI
DepositUnfreeze Account
CreditUnfreeze Account
WalletUnfreeze Wallet

See full event payload and details at account.unfrozen.


account.reopened

Occurs when a closed account is reopened. This event applies to deposit accounts and wallet accounts.

Account typeAPI
DepositReopen Account
WalletReopen Wallet

See full event payload and details at account.reopened.


account.updated

Occurs when an account is updated, such as when tags or product terms are modified.

Account typeAPI
DepositUpdate Account
CreditUpdate Account
WalletUpdate Wallet