---
title: "Get Minimum RLD information. Validate that the approval amount aligns with the total price of cart items and return a boolean (true/false) along with the minimumGrossRLD value."
method: GET
path: "/application/cart/minimumrld"
tags: ["Cart"]
---

# Get Minimum RLD information. Validate that the approval amount aligns with the total price of cart items and return a boolean (true/false) along with the minimumGrossRLD value.

`GET /application/cart/minimumrld`

## Query parameters

- `leaseId` integer
- `storeId` integer
- `cartTotal` number, double
- `grossRld` number, double

## Response `200`

Success

- unknown

## Other responses

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