v4
OpenAPI 3.0.12026-07-3189233676.2 KBScoring Attributes
Create a scoring attributes report
post/v1/scoring_attributes/reports
Request body
Example request
{
"lender_reference": "appl-1234",
"customer_identifier": "cust-9999",
"purpose": "decisioning",
"cutoff_date": "2021-03-31",
"institutions": [
{
"identifier": "inst-9999",
"name": "Bank of America",
"data_source": "aggregation"
}
],
"accounts": [
{
"identifier": "acct-4567",
"institution_identifier": "inst-9999",
"type": "checking",
"balance_amount": 35.22,
"balance_date": "2021-03-31"
}
],
"transactions": [
{
"identifier": "tran-2222",
"account_identifier": "acct-4567",
"post_date": "2021-03-03",
"amount": -100.03,
"status": "posted",
"description": "Local Merchant Purchase"
}
]
}Response
Successful operation