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:
- Subscribe to the
account.updatedwebhook event - Check the
dacaStatusattribute in the account resource payload - The status will be one of:
Entered- DACA has been entered but not activatedActivated- DACA is currently active
See full event payload and details at account.updated.