Create a data refresh order to pull updated income, employment, or asset data from an existing order’s connections. The user does not need to re-authenticate. Truv reuses the existing account links.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.
Data refresh works only when the original account connections are still active. If a connection has expired or the user changed their credentials, use Bridge Update Mode to re-authenticate.
When to use
| Scenario | Example |
|---|---|
| Stale data | Original verification is older than your policy window |
| Updated pay stubs | Need the most recent pay period before closing |
| Re-verification | Underwriting requires a fresh pull before final approval |
| Monitoring | Periodic income checks on active loans |
Create a data refresh order [Server-side]
Send aPOST request to the original order’s endpoint. Specify which products to refresh and optionally which employers or financial_accounts to include.
- Income
- Assets
- Income (specific employers)
- Employment
Request fields
| Field | Type | Description |
|---|---|---|
products | array | Product to refresh: income, employment, assets, insurance, or transactions. One product per request. |
employers | array | Employers to include. Each object takes id or suborder_number from the original order. Omit to refresh all. |
financial_accounts | array | Financial accounts to include. Each object takes id or suborder_number. Omit to refresh all. |
For
income type orders, the refresh can request income or employment products. For employment type orders, the refresh can only request employment.Handle the response
Listen for theorder-status-updated webhook to know when the refreshed data is ready.
If the refresh fails (e.g., expired session), Truv fires an
order-refresh-failed webhook event. Handle this by sending the user a new verification link.Next steps
Webhooks
Receive notifications when refreshed data is ready
Task Lifecycle
Understand connection status transitions