Output Fields

FieldDescriptionData TypeData Size
customer_request_idDisplays the customer supplied unique identifier for the requeststringvariable
based on input
request_idDisplays a unique Point Predictive supplied identifier for the requeststring36B
request_confirmConfirmation whether or not BorrowerCheck request successfully processed.
"Success" confirms request processed
"Fail" indicates request not processed and no data returned
string(4 - 7)B
request_dateDisplays the date the request was runint (YYYYMMDD)8B
no_warningsDisplays the number of warnings that resulted from the requestint4B
identity_riskDisplays the total number of identity risk warnings for the borrowerint4B
employer_riskDisplays the total number of employer risk warnings for the borrower.
A zero indicates not check in API response.
int(1 - 4)B
income_riskDisplays the total number of income risk warnings for the borrower
A zero indicates not check in API response.
int(1 - 4)B
name_validationDisplays whether the name entered for the borrower was validated
(see Detailed Output Description for values)
int4B
ssn_validationDisplays whether the Social Security Number for the borrower was valid
(see Detailed Output Description for values)
int4B
address_validationDisplays whether the address entered for the borrower was valid
(see Detailed Output Description for values)
int4B
dob_validationDisplays whether the date of birth was entered for the borrower was valid
(see Detailed Output Description for values)
int4B
employer_validationDisplays whether the employer entered for the borrower was valid
(see Detailed Output Description for values)
int4B
income_validationDisplays whether the income entered was valid
(see Detailed Output Description for values)
int4B
otp_val_confirmCode that indicates the degree to which Input Phone was verified for OTP using a 60 Day on file tenure public records searchint4B
ofac_checkDisplays whether the name entered for the borrower was found on the US Treasury SDN list or the Consolidated non-SDN List
(see Detailed Output Description for values)
int4B
pdf_linkURL link to the PDF containing all the output datastringvariable generated
~80B
borrowercheck_scoreBorrowerCheck scoreint || null(1 - 16)B
reason_code_1Top reason codestring (0 - 155)B
reason_code_1_textReason code 1 descriptionstring(0 - 155)B
reason_code_2Second highest reason codestring(0 - 155)B
reason_code_2_textReason code 2 descriptionstring(0 - 155)B
reason_code_3Third highest reason codestring(0 - 155)B
reason_code_3_textReason code 3 descriptionstring(0 - 155)B

Sample Output

{
    "customer_request_id": "CUSTOMER REQUEST ID",
    "request_id": "REQUEST ID",
    "request_confirm": "REQUEST STATUS",
    "request_date": YYYYMMDD,
    "no_warnings": WARNINGS,
    "identity_risk": ID_RISK,
    "employer_risk": EMP_RISK,
    "income_risk": INCOME_RISK,
    "name_validation": NAME_VALID,
    "ssn_validation": SSN_VALID,
    "address_validation": ADDR_VALID,
    "dob_validation": DOB_VALID,
    "employer_validation": EMP_VALID,
    "income_validation": INCOME_VALID,
    "opt_val_confirm": OTP_CONFIRM,
    "ofac_check": OFAC_CHECK,
    "pdf_link": "PDF LINK",
    "borrowercheck_score": "BC SCORE",
    "reason_code_1": CODE_1,
    "reason_code_1_text": "CODE 1 DESCRIPTION",
    "reason_code_2": CODE_2,
    "reason_code_2_text": "CODE 2 DESCRIPTION",
    "reason_code_3": CODE_3,
    "reason_code_3_textd": "CODE 3 DESCRIPTION"
}