Subscribe to these events via Webhooks to receive notifications when bank account data becomes available or changes during a refresh. All webhook payloads include the common fields plus the event-specific fields below.Documentation Index
Fetch the complete documentation index at: https://truv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
bank-accounts-created
Fires when bank account data has been retrieved. This occurs once per Link for each non-refresh Task completion. Multiple responses are sent when additional bank accounts are found. Additional fields:| Field | Description |
|---|---|
employment_id | The associated employment record |
task_id | The associated Task |
objects_count | Number of bank accounts retrieved |
bank-accounts-updated
Fires when the bank account count changes during a refresh Task. For example, if a person had 3 bank accounts and now has 4. Additional fields: Same asbank-accounts-created (employment_id, task_id, objects_count).