> For the complete documentation index, see [llms.txt](https://docs.himaxwell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.himaxwell.com/platform-overview/admins-and-tech-support/integrations/loan-origination-systems-los/encompass/encompass-key-loan-info-webhook-pushbacks.md).

# Encompass Key Loan Info Webhook Pushbacks

### Update Maxwell's POS app data from Encompass app changes:

Maxwell’s POS supports pulling key loan file updates from **Encompass** directly into the **POS Lender Hub**.

This feature ensures loan officers and processors always see the most accurate and up-to-date information, including:

* Borrower contact details
* Subject Property Address&#x20;
* Estimated loan amount
* Estimated property value

Having this data flow automatically into the POS Lender Hub improves productivity by reducing manual updates and ensuring users have the latest information available. These updates can directly impact critical processes such as loan pricing, underwriting, and pre-qualification.

Borrower

* Birth date
* First name
* Middle name
* Last name
* Suffix to name
* Home phone number
* Mobile phone
* Tax identification number
* Residence city
* Residence state
* Residence street address
* Residence postal code
* Residence type

Co-borrower

* Birth date
* First name
* Middle name
* Last name
* Suffix to name
* Home phone number
* Mobile phone
* Tax identification number
* Residence city
* Residence state
* Residence street address
* Residence postal code
* Residence type

Loan

* Base loan amount
* Down payment amount
* Refinance cash-out determination type
* Encompass loan number
* Mortgage type

Subject Property

* Estimated value amount
* GSE property type
* Loan purpose type
* Street address
* City
* State
* County
* Postal code
* Usage type

```
{
      "attributes": [
        "/applications/*/borrower/birthDate",
        "/applications/*/borrower/firstName",
        "/applications/*/borrower/homePhoneNumber",
        "/applications/*/borrower/lastName",
        "/applications/*/borrower/middleName",
        "/applications/*/borrower/mobilePhone",
        "/applications/*/borrower/suffixToName",
        "/applications/*/borrower/taxIdentificationIdentifier",
        "/applications/*/coborrower/birthDate",
        "/applications/*/coborrower/firstName",
        "/applications/*/coborrower/homePhoneNumber",
        "/applications/*/coborrower/lastName",
        "/applications/*/coborrower/middleName",
        "/applications/*/coborrower/mobilePhone",
        "/applications/*/coborrower/suffixToName",
        "/applications/*/coborrower/taxIdentificationIdentifier",
        "/baseLoanAmount",
        "/downPaymentAmount",
        "/loanNumber",
        "/loanProductData/gsePropertyType",
        "/mortgageType",
        "/property/city",
        "/property/county",
        "/property/loanPurposeType",
        "/property/postalCode",
        "/property/propertyUsageType",
        "/property/streetAddress",
        "/property/state",
        "/propertyEstimatedValueAmount",
        "/refinanceCashOutDeterminationType",
        "/residences/*/addressCity",
        "/residences/*/addressState",
        "/residences/*/addressStreetLine1",
        "/residences/*/addressPostalCode",
        "/residences/*/residencyType"
      ]
```

### Turning on this Feature&#x20;

This feature needs to be turned on by the Maxwell *Implementations Team*. If you would like to set up this feature with your Encompass integrations please  email us at <help@himaxwell.com>.

***Note for Implementations Team:*** The following items are needed to enable this feature.

* Create a Pushback Endpoint in the Customization Hub:&#x20;
  * **Slug:** client-name-encompass-update-answers\
    **Saga name:** encompass\_update\_answers\
    **Security type:** Signature in header\
    **Signature header:** Elli-Signature\
    **Signature signing key:** hd4RJkvm8sWCKSgwqV2d8NhyYFCsFxXz\
    **Activated:** Yes
* Add Encompass Webhook:
  * **url:** url was used in the Pushback Endpoint\
    **Resource:** Loan\
    **Events:** Change\
    **Filters:**
