Changelog
Get the latest feature updates in Truv
- Across orders endpoints: Create an order, Get list of orders by SSN, Retrieve an order, Create a data refresh order, Update an order, Cancel an order, Add new employer to the existing order, there is an undocumented
bankarray of objects that returns the same data as thefinancial_accountsarray of objects. We will be deprecating thisbankarray since its duplicative withfinancial_accounts.
- Across all template endpoints: Create Template , Update Template, Retrieve Template, and List All Templates, we will simplify the bank info section used in Direct Deposit Switch and Paycheck-Linked Loan product by removing
account_type,bank_address,account_number, androuting_number. - These fields don’t belong in templates since the are user-specific and added during order creation.
To provide better visibility into Truv’s login success rate with a given employer, we added null as a potential value for the success_rate parameter in the company search API endpoints. If there are not enough recent attempts to determine success, we will return null, whereas previously we would return low.
The following API endpoints are affected by this change
- AWS Certificate Manager (ACM) will no longer cross-sign public certificates with the Starfield Class 2 root starting August 2024 for new certificates. We do not expect this change to impact our clients. However, please see the additional details from AWS concerning who may be affected.
The following is a breaking change that will need to be updated by developer teams.
Truv will modify the data_source field values in its API responses. Starting on 06/01/2023, the data_source for successful verifications with payroll providers will be named “payroll” instead of crawler. When the change goes into effect, only payroll will be returned after successful payroll verification. If your source code depends on the data_source field, modify it by 06/01/2023 or let us know as soon as possible about any constraints. All other data sources remain unchanged.
The following API endpoints are affected by the change:
https://prod.truv.com/v1/link-access-tokens/https://prod.truv.com/v1/links/https://prod.truv.com/v1/links/{link_id}
https://prod.truv.com/v1/orders/https://prod.truv.com/v1/orders/{id}/
https://prod.truv.com/v1/links/{link_id}/employment/reporthttps://prod.truv.com/v1/links/{link_id}/income/report
The Create a bridge token endpoint has been updated. We’ve deprecated the previous endpoint.