Retrieve Report
Retrieves the income report data and a url to the report pdf of a completed request.
Retrieve Report
Path Parameters
Name
Type
Required
Description
{
"id": "1c3f343d-3f21-4c1d-bf53-5939cf42e611",
"send_to_applicant" true,
"report_url": "https://www.numaly.com/report?id=1c3f343d-3f21-4c1d-bf53-5939cf42e611&token=eyJhbGciOiJIUzUxMiIsImlhdCI6MTYxMzMwMjEzMSwiZXhwIjoxNjEzMzA1NzMxfQ.eyJ1c2VyX2lkIjo0fQ.lLnNNTBKTWyMA0K5D8BZFSA7YNYDVu2fvB8Wrntach6QwJK29CmCRhP4ogdfsJy6rJ2vzjQc9Pgf1pgT_-bS-Q",
"identity_report_url: "https://www.numaly.com/report?id=1c3f343d-3f21-4c1d-bf53-5939cf42e611&token=eyJhbGciOiJIUzUxMiIsImlhdCI6MTYxMzMwMjEzMSwiZXhwIjoxNjEzMzA1NzMxfQ.eyJ1c2VyX2lkIjo0fQ.lLnNNTBKTWyMA0K5D8BZFSA7YNYDVu2fvB8Wrntach6QwJK29CmCRhP4ogdfsJy6rJ2vzjQc9Pgf1pgT_-bS-Q"
"paystub_url": null,
"request_id": null,
"request_date": "2021-02-02",
"completed_date": "2021-02-06",
"from_date": "2020-02-06",
"to_date": "2021-02-05",
"days_retrieved": 365,
"months_retrieved": 12,
"requester_name": null,
"first_name": "Sarah",
"last_name": "Samples",
"currency": "USD",
"status": "awaiting screening",
"reference": "12 Sample Rd",
"property_rent": "$700.00",
"email": "[email protected]",
"phone_number": null,
"identity_accept_tos_status": true
"identity_verify_sms_status": true
"identity_kyc_check_status": true
"identity_document_verification_status": true
"identity_selfie_check_status": true
"identity_watchlist_screening_status": true
"identity_risk_status": true
"permitted_verification_method": ['all']
"allow_paystub_upload": true
"verify_identity": true
"employer": "Abc Hospital",
"total_income": "$218,454.00",
"income_projection_12_months": "NA",
"average_monthly_income": "$18,204.50",
"average_monthly_income_last_3_months": "$19,204.5",
"total_recurring_income": "$19,727.00",
"average_monthly_income_recurring": "$1,643.90",
"total_non_recurring_income": "$198,727.00",
"average_monthly_income_non_recurring": "$16,560.58",
"total_deposits": 62,
"total_recurring_deposits": 4,
"total_non_recurring_deposits": 58,
"income_rent_multiple": "14.10",
"expense_income_ratio": null,
"average_monthly_expenses": "$1,211.52",
"average_days_between_rent_payments": "NA",
"applicant_note": null,
"account_names": null,
"sources":[
{
"name": "ABC Hospital",
"amount": "$198,727.00",
"recurring": "$0.00",
"non_recurring": "$198,727.00",
"last_10_deposits":[
{
"date": "2021-02-03",
"source": "Not available",
"amount": "$882.79"
},
....
]
},
{
"name": "Vanguard Dividends",
"amount": "$19,727.00",
"recurring": "$19,727.00",
"non_recurring": "0.00",
"last_10_deposits":[
{
"date": "2020-02-20",
"source": "Vanguard 1770",
"amount": "$2,576.53"
},
....
]
},
{
"name": "Others"
"amount": "$3,654.64",
"recurring": "$2,978.22",
"non_recurring": "$676.42",
"last_10_deposits":[
{
"date": "2021-01-10",
"source": "Amazon",
"amount": "$515.22"
},
....
]
}
],
"accounts":[
{
"account_type": "SAVINGS",
"available_balance": "$83,644.74",
"current_balance": "$83,644.74",
"bank": "Dag Site",
"account_name": "Joint Savings - 7159",
"average_balance": "$80,268.66"
},
....
],
"rent_payments":[
{
"amount": $800.00,
"date": "2020-02-14"
},
....
],
"meta_data": {},
}
Response Schema
Sources Schema
Accounts Schema
Rent Payment History Schema
Last updated