---
title: "Get pricing information"
method: GET
path: "/application/cart/pricing"
tags: ["Cart"]
---

# Get pricing information

`GET /application/cart/pricing`

Creates a pricing summary using the merchant cart.

## Query parameters

- `applicationId` integer

## Response `200`

Success

- PricingDetails — Pricing Details Information
  - `appStatus` AppStatus — Lease application submission response
    - `applicationId` string, nullable — This is the Account Number (AKA Lease ID) as assigned by Progressive Leasing.
    - `status` string, nullable — Defines the current status of an Application. Valid statuses include: Approved, Denied, Pending, and Pre-Approved.
    - `approvalAmount` number, double — The dollar amount a customer has been approved for.
    - `isOkToDeliver` boolean — Indicates whether an Application is ready for delivery.
    - `merchantCustomerId` string, nullable — MerchantCustomerId provided by client.
  - `cashPrice` number, double — Gets or Sets CashPrice
  - `costOfRental` number, double — Gets or Sets CostOfRental
  - `depositAmount` number, double — Gets or Sets DepositAmount
  - `depositSalesTax` number, double — Gets or Sets DepositSalesTax
  - `effectiveLeaseBalance` number, double — Gets or Sets EffectiveLeaseBalance
  - `estimatedTax` number, double — Gets or Sets TotalLeasePrice
  - `initialBalance` number, double — Gets or Sets InitialBalance
  - `initialBalancePlusEstimatedTax` number, double — Gets or Sets EffectiveLeaseBalance
  - `initialPaymentAmount` number, double — Gets or Sets InitialPaymentAmount
  - `invoiceTotal` number, double — Gets or Sets InvoiceTotal
  - `invoiceRemaining` number, double — Gets or Sets InvoiceRemaining
  - `depositNet` number, double — Gets or Sets DepositNet
  - `nextPaymentDate` string, date-time, nullable — Gets or Sets NextPaymentDate
  - `ninetyDayBuyout` number, double — Gets or Sets NinetyDayBuyout
  - `totalNumberOfPayment` integer — Gets or Sets TotalNumberOfPayment
  - `paymentFrequency` string, nullable — Gets or Sets PaymentFrequency
  - `periodicPaymentAmount` number, double — Gets or Sets PeriodicPaymentAmount
  - `salesTaxRate` number, double — Gets or Sets SalesTaxRate
  - `sumOfAllPayments` number, double — Gets or Sets SumOfAllPayments
  - `termInMonths` integer — Gets or Sets TermInMonths
  - `totalLeasePrice` number, double — Gets or Sets TotalLeasePrice
  - `totalDueAtSigning` number, double — Gets or Sets TotalDueAtSigning
  - `totalRetailerDeliveryFees` number, double — Gets or Sets TotalDueAtSigning
  - `totalTax` number, double — Gets or Sets TotalTax

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Service Error

---

[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)
