How to retrieve the DOB and SSN from a Blend application

Modified on Mon, May 5 at 11:28 AM

To protect borrower information, Blend masks the date of birth (DOB) and Social Security number (SSN) on all applications. If you need to verify the DOB and SSN in an application, you can find the information in the 3.4 MISMO file that's included in the application package.

 

tip_5.png  Note: The borrower information displayed throughout this guide is fictitious. It is used for testing purposes and it does not relate to a real person. Any similarity with real individuals is unintentional.

 

Download the application package

  1. Open the Blend loan application.
  2. Click the ellipsis button.
  3. Select Download application package.

2022-03-29_09-58-43.gif

 

View the contents in the MISMO file

The loan data will be included in the MISMO file, including the SSN and DOB of borrowers in the application.

  1. Navigate to the downloaded zipped folder and unzip the files.
  2. Locate the MISMO_3.4.0 XML (Extensible Markup Language) file.
  3. Right-click on the file and select Open With.
  4. Choose Google Chrome, Microsoft Edge, or any other XML viewer application.

open_mismo_xml.gif

tip_5.png  Note:   An XML viewer application is required to view the contents of the MISMO file. If you don't have an XML application, both Google Chrome and Microsoft Edge are XML viewers. 

 

The MISMO file will display the loan information within tags. For example:

<NAME>
<FirstName>Alice</FirstName>
<FullName>Alice Firstimer</FullName>
<LastName>Firstimer</LastName>
</NAME>

 

Find the DOB

The Date of Birth is located in the BorrowerBirthDate tag in the MISMO.

  1. Open the search function on your computer (Ctrl+F on Windows, Command-F on macOS).
  2. Search for BorrowerBirthDate.BorrowerBirthDate_tag.png

 

Find the SSN

The Social Security Number is located in the TaxpayerIdentifierValue tag in the MISMO.

  1. Open the search function on your computer (Ctrl+F on Windows, Command-F on macOS).
  2. Search for TaxpayerIdentifierValue.TaxpayerIdentifierValue_tag.png

 

If there are multiple borrowers

If there are multiple borrowers on the application, the information will be separated for each borrower between the <PARTY> and </PARTY> elements. For example:

 

Borrower 1

Using John Homeowner as an example, John's information starts at the <PARTY> element and ends at the </PARTY> element.

borrower_1_mismo.png

 

Borrower 2

Using Mary Homeowner as an example, Mary's information starts at the <PARTY> element and ends at the </PARTY> element.

borrower_2_mismo.png

tip_5.png  Note: 

 

 

DISCLAIMER: The features on this page may not be applicable to your institution. Please reach out to Blend Support for more information on what features are enabled for your use.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article