v4
OpenAPI 3.0.12026-07-3189233676.2 KBScoring Attributes
Retrieve a scoring attributes report
get/v1/scoring_attributes/reports/{report_id}
Path parameters
report_idstring required
report_id of report to return
Response
Report successful processed
Example response
{
"lender_reference": "appl-1234",
"customer_identifier": "cust-9999",
"purpose": "decisioning",
"status": "success",
"cutoff_date": "2021-03-31",
"created_at": "2022-03-16 12:56:15 -0700",
"updated_at": "2022-03-16 12:56:17 -0700",
"alerts": [
{
"alert_code": 1,
"message": "No consistent income sources present"
}
],
"scores": [
{
"name": "Overdraft Risk Score",
"version": 1,
"value": 750
}
],
"metrics": [
{
"name": "derived_nsf_fee_amount",
"time_period": "2m_l0",
"short_name": "drvd_nsf_fee_amt_2m_l0",
"unit": "dollars",
"value": 23.99
}
],
"derived_incomes": [
{
"description": "direct deposit from xyz company",
"frequency": "semi_monthly",
"days": [
15,
-1
],
"formatted_frequency": "Semi-Monthly (15, eom)",
"months": 3,
"average_amount": 475.99,
"monthly_amount": 1003.21
}
]
}