perform the income proving test
post/incomeproving/v2/individual/financialstatus
Request body
Example request
{
"applicationRaisedDate": "2018-06-18",
"dependants": 2,
"individuals": [
{
"forename": "Bilbo",
"surname": "Baggins",
"nino": "BB123456B",
"dateOfBirth": "1800-05-13"
}
]
}Response
OK
Example response
{
"individuals": [
{
"forename": "Bilbo",
"surname": "Baggins",
"nino": "BB123456B",
"dateOfBirth": "1800-05-13"
}
],
"categoryChecks": [
{
"calculationType": "A",
"passed": true,
"applicationRaisedDate": "2018-06-18",
"assessmentStartDate": "2018-06-10",
"failureReason": "Something went wrong",
"threshold": "1550.00",
"individuals": [
{
"nino": "BB123456B",
"employers": [
"Pizza Hut"
]
}
]
}
]
}