---
title: "Getescheatmentreport"
method: GET
path: "/v2/giftcards/programs/{programId}/reports/escheatment"
tags: ["Gift Cards"]
---

# Getescheatmentreport

`GET /v2/giftcards/programs/{programId}/reports/escheatment`

## Path parameters

- `programId` string, required

## Query parameters

- `jurisdiction` string, nullable
- `dormancy_days` integer
- `cardId` string

## Headers

- `X-Eposn-Customer-Token` string, nullable
- `X-Eposn-Merchant-Token` string, nullable

## Response `200`

Successful Response

- EscheatmentReportResponse
  - `reportId` string, required
  - `generatedAt` string, date-time, required
  - `jurisdiction` string, required
  - `dormancyThresholdDays` integer, required
  - `entries` EscheatmentReportEntryResponse[], required
    - `cardId` string, required
    - `cardNumber` string, required
    - `balance` string, required
    - `lastActivityDate` string, date-time, required
    - `dormancyDays` integer, required
    - `jurisdiction` string, required
    - `liabilityAmount` string, required
    - `customerEmail` string, nullable, required
    - `merchantId` string, required
  - `totalLiability` string, required
  - `entriesCount` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
