Skip to main content

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

OK

Schema
    estimatedBorrowingCapacity integerrequired
Loading...