GSE certification for VOIE with Truv
Use verification of income and employment and share reports with government sponsored enterprises.
Overview
Truv Verification of Income and Employment (VOIE) now supports government sponsored enterprise (GSE) connectivity. Simplify your users’ experience and easily create VOIE Reports from the users' employment and income information that can be integrated with Fannie Mae’s DU Validation Service and Freddie Mac's AIM.
User reports
Truv's reports have been integrated with Fannie Mae’s DU Validation Service and Freddie Mac's Asset and Income Modeler (AIM).
Truv's vendor ID is Truv.
Integration Process
After the borrower successfully completes the VOIE process, Truv generates reports that can be retrieved by Fannie Mae and Freddie Mac using the Report ID. Upon data refresh, new reports with corresponding new Report IDs are generated. Each new Report ID must be provided to Fannie Mae and Freddie Mac to access the latest data. Subsequent VOE flows also lead to new reports being created.
The Report ID is present in Truv's VOIE Reports as highlighted below.
- Retrieve the VOIE Report ID
- For Truv implementations using the
bridge_token
, callusers/{user_id}/reports/
to retrieve thereport_id
. More information here. - For implementations using Truv Orders, call
orders/{id}/
using theorder_id
to retrieve thevoie_report_id
. More information here.Note
Ensure the borrower has successfully completed verifications of all requested employments before retrieving the
report_id
orvoie_report_id
, otherwise, there is a risk of receiving only partial DU or AIM validation.
- For Truv implementations using the
- Retrieve the User PDF Report
- Call
users/{user_id}/reports/{report_id}/?fmt=pdf
to retrieve the report in PDF format. Change the suffix tofmt=json
to get the JSON response. More information here.
- Call
- Sandbox Testing
- Use Fannie Mae's standard credentials from Truv's Testing page to test the GSE use case.
- First and last name:
Alice Firstimer
- Username:
firsttimeborrower
- Password:
goodpassword
- SSN:
991-91-9991
- First and last name:
- Use Fannie Mae's standard credentials from Truv's Testing page to test the GSE use case.
Encompass
For our Encompass clients, Truv's Report ID would be available in the Encompass Loan: GSE Additional Provider Data screen as Truv (Bor, CoBorr), highlighted below.
Integration Process for Encompass
To pass Truv's Report ID to Encompass, use the following Encompass fields:
- Fannie Mae's DU (D1C) and Freddie Mac's AIM: Write the Report ID to Encompass FieldID
GSEVENDOR.X50
. If there is a borrower and a coborrower the corresponding Report ID should be comma separated:borrower_report_id,coborrower_report_id
.
Updated about 1 month ago