---
title: "Get payment estimate (v2)"
method: POST
path: "/v2/payment/estimate"
---

# Get payment estimate (v2)

`POST /v2/payment/estimate`

## Request body

- object
  - `store` object, required — An object that contains the details of the Merchant and their Store.
    - `progressiveMerchantId` integer, required — The Progressive supplied ID that designates your Progressive store number.
  - `deposit` integer — Total cost of deposit. ( If enabled )
  - `invoiceAmount` integer, required — Total cost of goods minus tax
  - `paymentFrequency` string, required — "Monthly", "BiWeekly", "Weekly"
  - `state` string, required — State code the customer is applying in

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/progleasing/apis/progressive-leasing-commerce-api.md) · [All operations](https://skmtc.dev/progleasing/apis/progressive-leasing-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/progleasing/progressive-leasing-commerce-api/revisions/a51acdb02487/schema)
