Get an estimate of your borrowing capacity
GET/borrowingCapacity
Calculates borrowing capacity based on input
Request
Query Parameters
borrowerEmail stringrequired
Email address of the borrower
grossAnnualIncome integerrequired
Gross annual income of the borrower
employmentStatus EmploymentStatusrequired
Possible values: [CASUAL
, FULL_TIME
, PART_TIME
, SELF_EMPLOYED
]
Current employment status of the borrower
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
estimatedBorrowingCapacity integerrequired
{
"estimatedBorrowingCapacity": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
{
"message": "string"
}
Loading...