Output Fields

FieldDescriptionNotesData Type
customer_request_idDisplays the customer supplied unique identifier for the requeststring
request_idDisplays a unique Point Predictive supplied identifier for the requeststring
request_confirmConfirmation whether or not BorrowerCheck request successfully processed.
"Success" confirms request processed
"Fail" indicates request not processed and no data returned
string
request_dateDisplays the date the request was runint (YYYYMMDD)
no_warningsDisplays the number of warnings that resulted from the requestint
identity_riskDisplays the total number of identity risk warnings for the borrowerint
employer_riskDisplays the total number of employer risk warnings for the borrower.
Null indicates employer risk not checked
int || null
income_riskDisplays the total number of income risk warnings for the borrower
Null indicates income risk not checked
int || null
name_validationDisplays whether the name entered for the borrower was validated
(see Detailed Output Description for values)
string
ssn_validationDisplays whether the Social Security Number for the borrower was valid
(see Detailed Output Description for values)
string
address_validationDisplays whether the address entered for the borrower was valid
(see Detailed Output Description for values)
string
dob_validationDisplays whether the date of birth was entered for the borrower was valid
(see Detailed Output Description for values)
string
employer_validationDisplays whether the employer entered for the borrower was valid
(see Detailed Output Description for values)
string
income_validationDisplays whether the income entered was valid
(see Detailed Output Description for values)
string
otp_val_confirmCode that indicates the degree to which Input Phone was verified for OTP using a 60 Day on file tenure public records searchstring
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)
string
pdf_linkURL link to the PDF containing all the output datastring

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"
}