Credit Partners and Samples

This page contains the following information for Credit Partners:

Product Attributes

The following table lists all possible attributes for credit partners. Not all attributes are required for a given partner. Use the Option object samples provided in the Credit Partner Information and Samples section above as a reference to see which attributes are required for a given vendor.

ATTRIBUTEDESCRIPTION
entityRef
object
References the entity ID and entity type. Both must include the loan ID and borrower application ID associated with the loan. Both are returned by 'getLoan'.
entityRef.entityId
string
The entity identifier. For example:
{loanId}#{borrowerId}
entityRef.entityType
string
The type of entity expressed in URN format. For example:
urn:elli:encompass:{loan}:{borrower}
name
string
Name of the service to order. See the Partner Information section to get the correct name value for the partner; either the Transaction_Resource object or Transaction object name.
credentialStore
String
Optional. Indicates that the API user will use credentials stored in the Encompass Services Password Manager at a user-level. Currently, user is the only supported value.


Note: The credentials object and the credentialStore attribute cannot be passed simultaneously in a request - they are mutually exclusive.


credentials
object
Login credentials for the service provider.

Note: You must have an account with the service provider. You'll use the same account credentials required by the service provider to order services.
credentials.userName
string
Username for the service provider account.
credentials.password
string
Password for the service provider account.
credentials.providerID
string
Provider ID for the service provider accounts.
Note: This attribute is applicable to Partners in group #2 only.
credentials.providerID
string
Subscriber ID for the service provider account.
Note: This attribute is applicable to Partners in group #2 only.




options
object
Important! The parameters defined by the options object will be different depending on the service provider you choose.
For credit services, refer to the samples in the Credit Partner Information and Samples.
options.digiCert
boolean
Determines how to authenticate to CoreLogic Credco and TransUnion.
true - Credit partner requires private key certificate along with TLS.
false - Credit partner doesn’t require additional certificate.
options.requestType
string
Indicates the request type being submitted. Possible values are NewOrder and Reissue.
options.reportOn
string
Possible values are:
Individual - Requests a report on one borrower.
Joint - Requests reports on both borrowers.
options.reportType
string
Type of credit report. Possible values are:
Merge - Instant Merge credit report.
Prequal- Softpull/Prequalification credit report.
PreApproval- Softpull credit report with additional data.
options.creditReportIdentifier
string
Identifier assigned by the credit partner. It is returned in the response and is required to reissue or update a report.
options.note
string
Comment or note to add to the request.
options.excludeZeroforImportLiabilities
boolean
Whether to exclude zero liability balances from future credit report import files.
options.creditBureauExperian
boolean
A value of true indicates the request is submitted to Experian.
options.creditBureauEquifax
boolean
A value of true indicates the request is submitted to Equifax.
options.creditBureauTransUnion
boolean
A value of true indicates the request is submitted to TransUnion.
options.ficoScore
boolean
Indicates whether to retrieve the credit score from the partner.
options.fraudSearch
boolean
Indicates whether to initiate a fraud search while retrieving the credit score.




preferences
preferences.importLiabilities
boolean
When set to true, imports all liabilities.
When set to false, no liabilities are imported.
preferences.excludeZeroforImportLiabilities
boolean
Whether to exclude zero liability balances from silent liability import files.


resources
object
Optional. This object contains the resources (documents and attachments) associated with the loan that are being shared with the service partner with respect to the service request. You may send documents and attachments if necessary.
resources.entityId
string
Optional.The entity identifier for the resource.

If the resource you are passing is an eFolder attachment, the attachmentId is required.

If the resource you are passing is an eFolder document, the documentId is required.

You can retrieve these from using the eFolder Attachments and eFolder Documents APIs.
resources.entityType
string
Optional. The entity type/format of the resource. Possible values include:

_ For an Encompass eFolder attachment:
urn:elli:encompass:attachment

_ For and Encompass eFolder document:
urn:elli:encompass:document

Credit Partner Information and Samples

Use the Product Name listed under the Transaction_Resource or Transaction columns to create transactions that follow the respective schema.

Group 1

PartnerPartner IDProduct Name - Transaction_Resource
A+ Advantage Plus Credit Reporting, Inc.312724Credit-AdvantagePlusCreditReporting
Advantage Credit Bureau (Powered by MeridianLink)307374Credit-AdvantageCreditBureau
Advantage Credit, Inc.307374Credit-AdvantageCredit
Advantage Credit, Inc. by Credit Interlink307374Credit-AdvantageInterlink
Alliance 2020, Inc.308113Credit-Alliance2020
American Reporting Company, LLC306453Credit-AmericanReportingCompany
Birchwood Credit Services, Inc.305813Credit-BirchwoodCreditServices
Certified Credit Reporting, Inc.306885Credit-CertifiedCreditReporting
CIC Credit308373Credit-CICMortgageCredit
CIS by Xactus222827Credit-CISInformationServices
CISCO Credit (Powered by MeridianLink)304324Credit-CISCOCredit
Clear Choice Credit312720Credit-ClearChoiceCredit
CoreLogic Credco274365Credit-CoreLogic
Covius Mortgage Solutions11025251Credit-Covius
Credit Information Systems MCL11124868Credit-CIS
Credit Link by Certified Credit Reporting311110Credit-CreditLink
Credit Plus by Xactus303815Credit-CreditPlus
Credit Quick Services11061248Credit-CreditQuick
Credit Technologies, Inc.304604Credit-CreditTechnologies
Credit Technology, a dba of SettlementOne Data, LLC307830Credit-CTI
Data Facts by Xactus (ML)307446Credit-DataFactsInc
Equifax Mortgage Services307827Credit-Equifax
Factual Data304369Credit-FactualDataCBC
Informative Research306025Credit-InformativeResearch
KCB Credit LLC11230853Credit-KCB
Lenders One Credit11222529Credit-LendersOne
Merchants Credit Bureau- Augusta10000058Credit-MCBAugusta
MCB - Savannah307478Credit-MCBSavannah
MeridianLink, Inc.11120203Credit-MeridianLink
Partners Credit & Verification Solutions311509Credit-OldRepublic
Premium Credit Bureau311416Credit-PremiumCreditBureau
Premium Credit Bureau Data11219287Credit-PremiumCreditBureauData
San Antonio Retail Merchants Association (SARMA) (Powered by MeridianLink)307479Credit-SARMA
Service 1st Info Systems11017572Credit-Service1stInfoSystems
SettlementOne Data, LLC305308Credit-SettlementOneDataLLC
TransUnion11213781Credit-TransUnion
Unisource Credit, LLC174688Credit-Unisource
United One Resources, Inc.306102Credit-UnitedOne
Universal Credit by Xactus11100685Credit-UniversalCredit

Group 1 Sample

{
  "credentials": {
    "userName": "<Accout Username>",
    "password": "<Accout Password>",
    "clientID": "<Accout ClientID (optional if applicable)>"
  },
  "options": {
    "requestType": "<NewOrder | Reissue>",
    "reportOn": "<Individual|Joint>",
    "reportType": "<Merge | Prequal | PreAproval>",
    "creditReportIdentifier": "",
    "creditBureauExperian": "<true | false>",
    "creditBureauEquifax": "<true | false>",
    "creditBureauTransUnion": "<true | false>",
    "ficoScore": "<true | false (if applicable)>",
    "fraudSearch": "<true | false (if applicable)>",
    "digiCert": "<true | false (if applicable)>"
  }
}

Group 2

PartnerPartner IDProduct Name - Transaction_Resource
ACB Credit Solutions307374Credit-ACBCreditSolutions
Accurate Financial Services223756Credit-AccurateFinancialServices
ACRAnet Inc.305770Credit-ACRAnet
ACRAnet - Credit Data System306878Credit-AcranetCDS
ACRAnet (CBS Branch)305770Credit-AcranetCBSB
ACRAnet (Financial Dimensions Branch)305770Credit-AcranetFDB
Advantage Credit Bureau (Powered by SharperLending)307374Credit-ACBCreditSolutions
Credit Information Service, Inc.313049Credit-CreditInformationServices
Credit Information Systems11124868Credit-CreditInformationSystems
DCI Credit Services, Inc311105Credit-DCICreditServices
Mortgage Reporting Center306108Credit-MortgageReportingCenter
NCO Credit Services (Power by Synergistic)304647Credit-NCOCS
Network Credit Services305310Credit-NetworkCreditServices
SettlementOne305308CreditNMR-SettlementOne
One Source Credit Reporting, LLC305312Credit-OneSourceCreditReporting
ONLINE Mortgage Reports306957Credit-OnlineMortgageReports
San Antonio Retail Merchants Association (SARMA)307479Credit-SARMASL
SharperLending11132718Credit-SharperLending
Strategic Information Resources, Inc305917Credit-StrategicInformationResources
Unisource Credit by SharperLending174688Credit-MFICreditSolutions
Xactus306113Credit-CBCTAvantus
Xactus via SL307446Credit-DataFacts

Group 2 Sample

	{
		"credentials": {
			"userName": "<Accout Username>",
			"password": "<Accout Password>",
			"providerId": "<Accout ProviderID>",
			"subscriberId": "<Accout SubscriberID"
		},
		"options": {
			"requestType": "<NewOrder|Reissue>",
			"reportOn": "<Individual|Joint>",
			"productCode": "<ProductCode>"
	
--Unique product code assigned by SL and could be different based on user profile. The code returned -- in a separate call to SL "creditReportIdentifier": "",
	
		}
	}