How can we help?

Search Results

Helpjuice test


    Algoan
Algoan provides financial institutions, retailers, and fintechs with credit decisioning tools that can be used in a variety of use cases, such as NPL, consumer credit...

---

   Click here to learn more about this request

details { border: 1px solid #e5e5e5; border-radius: 14px; font-family: var(--font-family); padding: 6px; } details > summary { list-style: none; } details > paragraph { margin-left: 20px; margin-right: 20px; } details > summary::-webkit-details-marker { display: none; } details:hover { border: 1px solid; border-color: #c5c8c9; border-radius: 14px; } summary { display: block; font-size: 15px; font-color: #27313f; padding: 6px; position: relative; top: -7px; } summary::before { display: inline-block; content: url(https://static.helpjuice.com/helpjuice_production/uploads/upload/image/12133/3925245/1711143832437-Asset%2B428.png); transition: 0.2s; position: relative; top: 9px; } details[open] { padding: 6px; border-color: #c5c8c9; } details[open] summary { font-weight: bold; } details[open] summary::before { margin-bottom: 1.75em; border-color: #c5c8c9; transform: rotate(90deg); margin-right: 20px; } > ❗️ LoanPro is transitioning from Elasticsearch to OpenSearch. > > For more information, including timelines and a guide for ensuring your integrations continue to work as intended, see **[OpenSearch Migration ↗](https://developers.loanpro.io/docs/opensearch-migration)** ## Searching for Customer Profiles Search queries can be used to locate customer information that match specific criteria: - This request uses Elasticsearch to filter results and returns only the customers who match the search criteria. - The search example we've set up here returns a specific customer, but searches can be much more broad. - Many users search and filter customers by Social Security Number. Do so by using the `ssn` field which is nested within the `Customer` entity. For more information on Elasticsearch and searching in general, take a look at our [API – Searching Customers](https://loanpro.helpjuice.com/en_US/294144-tnr8ekgrg5/API%20%20Searching%20Customers) and [Elasticsearch Customer Mappings](https://help.loanpro.io/elasticsearch1/elasticsearch-customer-mappings) articles. For an example of how searching works within the UI, take a look at our [Customer Manager](https://loanpro.helpjuice.com/en_US/294171-gkemxd6kao/Customer%20Manager) article. ## Database For information regarding Customer database tables, see the following articles: - [Database – Customer Main Table (customer_entity)](https://loanpro.helpjuice.com/en_US/294130-23tpcyiwig/Database%20%20Customer%20Main%20Table%20(customer_entity)) - [Database – Customer Status Entity (customer_status_entity)](https://loanpro.helpjuice.com/en_US/294130-23tpcyiwig/Database%20%20Customer%20Status%20Entity%20(customer_status_entity))

Unclassified Public Data