---
title: "Get lease information"
method: GET
path: "/application"
tags: ["Application"]
---

# Get lease information

`GET /application`

Returns information about the requested lease.

## Query parameters

- `applicationId` integer

## Response `200`

Success

- AppDetails — Application Submission Details
  - `applicationId` string, nullable — This is the Account Number (AKA Lease ID) as assigned by Progressive Leasing.
  - `status` string, nullable — Valid statuses include: Approved and Denied. Pending/Pre-Approved can occur which indicates that additional information from the customer is needed to continue the approval process.
  - `approvalAmount` number, double — The dollar amount a customer has been approved for.
  - `isOkToDeliver` boolean — Indicates whether an Application is ready for delivery.
  - `dateOfApplication` string, date-time — The date the application was submitted.
  - `invoiceAmount` number, double — The total Cart price if a Cart has been submitted for this application. Zero otherwise.
  - `merchantTransactionId` string, nullable — This value is supplied by your organization. It is the value from your system which represents an individual store location. This information must be cross referenced to the Progressive System.
  - `firstName` string, nullable — The first name of the customer.
  - `lastName` string, nullable — The last name of the customer.
  - `homePhone` string, nullable — Customer's home phone number including area code.
  - `cellPhone` string, nullable — Customer's cell phone number including area code.
  - `emailAddress` string, nullable — Customer's email address.
  - `homeAddress` Address — Address Information Details
    - `streetAddress1` string, nullable — The customer's first line of the street address.
    - `streetAddress2` string, nullable — The customer's second line of the street address.
    - `city` string, nullable — The customer's city.
    - `state` string, nullable — The customer's two-digit state code.
    - `zip` string, nullable — The customer's postal code.
  - `initialPaymentSalesTaxAmount` number, double — Dollar amount of tax on initial payment.
  - `initialPaymentPreSalesTax` number, double — Dollar amount of initial payment before tax.
  - `initialPaymentTotal` number, double — Total dollar amount of initial payment and tax.
  - `periodicPaymentTotal` number, double — Amount of each of the customer's payments.
  - `payFrequency` string, nullable — Indicates a customer's pay frequency. Valid entries include Weekly, Biweekly (e.g. every other Friday), SemiMonthly (e.g. the 5th and 20th of each month), Monthly.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
