Rent-A-Center · Schema

Rent-A-Center Lease Agreement

A lease-to-own agreement between Rent-A-Center and a customer for merchandise rental

RetailLease-to-OwnConsumer FinanceElectronicsFurnitureFortune 1000

Properties

Name Type Description
agreementId string Unique identifier for the lease agreement
customerId string Customer account identifier
storeId string Rent-A-Center store location identifier
status string Current agreement status
startDate string Date the lease agreement began
endDate string Date the lease agreement ends or was closed
paymentSchedule string Payment frequency
paymentAmount number Regular payment amount in USD
cashPrice number One-time cash purchase price of the items
totalCostOfOwnership number Total cost to own items if all payments are made
remainingPayments integer Number of payments remaining to own the merchandise
nextPaymentDate string Date of the next scheduled payment
autoPayEnabled boolean Whether automatic payment is enrolled
items array Merchandise items included in the agreement
customer object Customer information
View JSON Schema on GitHub

JSON Schema

rent-a-center-lease-agreement-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://rentacenter.com/schemas/lease-agreement",
  "title": "Rent-A-Center Lease Agreement",
  "description": "A lease-to-own agreement between Rent-A-Center and a customer for merchandise rental",
  "type": "object",
  "required": ["agreementId", "customerId", "status", "items"],
  "properties": {
    "agreementId": {
      "type": "string",
      "description": "Unique identifier for the lease agreement"
    },
    "customerId": {
      "type": "string",
      "description": "Customer account identifier"
    },
    "storeId": {
      "type": "string",
      "description": "Rent-A-Center store location identifier"
    },
    "status": {
      "type": "string",
      "description": "Current agreement status",
      "enum": ["Active", "Inactive", "Paid Out", "Returned", "Stolen", "Charged Off"]
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Date the lease agreement began"
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "Date the lease agreement ends or was closed"
    },
    "paymentSchedule": {
      "type": "string",
      "description": "Payment frequency",
      "enum": ["Weekly", "Bi-Weekly", "Monthly", "Semi-Monthly"]
    },
    "paymentAmount": {
      "type": "number",
      "description": "Regular payment amount in USD"
    },
    "cashPrice": {
      "type": "number",
      "description": "One-time cash purchase price of the items"
    },
    "totalCostOfOwnership": {
      "type": "number",
      "description": "Total cost to own items if all payments are made"
    },
    "remainingPayments": {
      "type": "integer",
      "description": "Number of payments remaining to own the merchandise"
    },
    "nextPaymentDate": {
      "type": "string",
      "format": "date",
      "description": "Date of the next scheduled payment"
    },
    "autoPayEnabled": {
      "type": "boolean",
      "description": "Whether automatic payment is enrolled"
    },
    "items": {
      "type": "array",
      "description": "Merchandise items included in the agreement",
      "items": {
        "type": "object",
        "properties": {
          "itemId": { "type": "string" },
          "description": { "type": "string" },
          "category": {
            "type": "string",
            "enum": ["Furniture", "Electronics", "Appliances", "Computers", "Smartphones"]
          },
          "brand": { "type": "string" },
          "model": { "type": "string" },
          "condition": {
            "type": "string",
            "enum": ["New", "Certified Pre-Owned"]
          }
        }
      }
    },
    "customer": {
      "type": "object",
      "description": "Customer information",
      "properties": {
        "firstName": { "type": "string" },
        "lastName": { "type": "string" },
        "email": { "type": "string", "format": "email" },
        "phone": { "type": "string" },
        "address": {
          "type": "object",
          "properties": {
            "street": { "type": "string" },
            "city": { "type": "string" },
            "state": { "type": "string" },
            "zipCode": { "type": "string" }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rent-a-center-lease-agreement"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.