---
title: "Get Expired Cards Report"
method: GET
path: "/v3/report/cardexpiration"
---

# Get Expired Cards Report

`GET /v3/report/cardexpiration`

## Query parameters

- `merchantId` integer, required
- `dateRange` string
- `startDate` string, date, required
- `endDate` string, date, required
- `expiredOnly` boolean, required
- `limit` integer
- `offset` integer

## Response `200`

200

- object
  - `records` object[]
    - `accountVaultId` integer
    - `customerId` integer
    - `customerName` string
    - `accountNumberLast4` string
    - `expirationDate` string
    - `cardType` string
    - `isDefault` boolean
    - `cardId` string
    - `hasContract` boolean
    - `primaryContact` string
    - `created` string
    - `modified` string
  - `recordCount` integer

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
