---
title: "Computes monthly payment estimates for every available offer on the specified prequalification at the given project cost."
method: GET
path: "/posfinancing/rest/v2/prequalifications/{prequalificationId}/estimates"
tags: ["Application"]
---

# Computes monthly payment estimates for every available offer on the specified prequalification at the given project cost.

`GET /posfinancing/rest/v2/prequalifications/{prequalificationId}/estimates`

Prequalification Estimates

## Path parameters

- `prequalificationId` unknown, required

## Query parameters

- `projectCost` number, required

## Response `200`

The request has been processed successfully.

- SchemaObject7
  - `payload` object, required — The response data.
    - `projectReserveLimit` number, required — The estimated project reserve limit for the prequalification.
    - `offers` UndefinedPrequalificationOfferEstimateOutputDto[], required — The estimated offers for the prequalification.
      - `estimatedMonthlyPaymentWithAutopay` number, nullable, required — The estimated monthly payment calculated using the autopay interest rate.
      - `estimatedMonthlyPaymentWithoutAutopay` number, nullable, required — The estimated monthly payment calculated without the autopay discount.
      - `id` string, required — The unique identifier of the offer.
      - `ratesWithAutopay` UndefinedPrequalificationOfferRateDto, required
        - `minimum` number, required — The minimum rate.
        - `maximum` number, required — The maximum rate.
      - `ratesWithoutAutopay` UndefinedPrequalificationOfferRateDto, required
        - `minimum` number, required — The minimum rate.
        - `maximum` number, required — The maximum rate.
      - `term` number, required — The term of the offer in years.
      - `maxAmount` number, required — The maximum amount for the offer.
      - `featured` boolean, required — Indicates whether this offer is featured.
      - `margins` UndefinedMarginsDto
        - `installment` number, required — The margin rate applied to the installment portion of the loan.
        - `revolving` number, required — The margin rate applied to the revolving portion of the loan.
      - `dealerFee` UndefinedDealerFeeDto
        - `percent` number, required — The dealer fee expressed as a percentage of project cost (e.g. 5 for 5%).
      - `projectCostLimits` UndefinedNumberRangeDto, required
        - `minimum` number, required — The inclusive lower bound of the range.
        - `maximum` number, required — The inclusive upper bound of the range.

## Other responses

- `400` — The request cannot be processed due to malformed data.
- `404` — The resource was not found.

---

[API](https://skmtc.net/goodleap/apis/developer-api.md) · [All operations](https://skmtc.net/goodleap/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goodleap/developer-api/revisions/0ba836de8da3/schema)
