Skip to main content

Events

This page documents the webhook events related to DACA (Deposit Account Control Agreement). For information on setting up webhooks, see Webhooks.

account.updated

DACA status changes are reflected in the account.updated event. When a DACA is entered, activated, or deactivated, the dacaStatus attribute on the DepositAccount resource will be updated accordingly.

Monitoring DACA Changes

To track DACA status changes for an account:

  1. Subscribe to the account.updated webhook event
  2. Check the dacaStatus attribute in the account resource payload
  3. The status will be one of:
    • Entered - DACA has been entered but not activated
    • Activated - DACA is currently active

See full event payload and details at account.updated.