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
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
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