Subscribe to these events via Webhooks to receive notifications when pay statements become available or change 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.
statements-created
Fires when pay statements have been retrieved. This occurs once per Link for each non-refresh Task completion. Additional fields:| Field | Description |
|---|---|
employment_id | The associated employment record |
task_id | The associated Task |
objects_count | Number of statements retrieved |
statements-updated
Fires when the statement count changes during a refresh Task. For example, if a person had 31 pay stubs and now has 32. Additional fields: Same asstatements-created (employment_id, task_id, objects_count).