---
title: "Get Replace Card Eligibility"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/paymentInstruments/{paymentInstrumentIdentifier}/replaceCardEligibility"
tags: ["PaymentInstrument"]
---

# Get Replace Card Eligibility

`GET /programs/{programCode}/accounts/{accountIdentifier}/paymentInstruments/{paymentInstrumentIdentifier}/replaceCardEligibility`

Get Replace Card Eligibility

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required
- `paymentInstrumentIdentifier` string, required

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- ReplaceCardEligibilityResponse — Represents the response for a card replacement eligibility check.
  - `replacementOptions` ReplaceCardOption[], nullable — The list of available card replacement options, each indicating the reason and eligibility for replacement.
    - `replaceReason` string, nullable — The reason for card replacement (e.g., "lost", "stolen", "damaged").
    - `isEligible` boolean — Indicates whether this replacement option is currently eligible for the account or payment instrument.
  - `replacementDeliveryOptions` ReplaceCardDeliveryOption[], nullable — The list of available delivery options for the replacement card, each indicating the method and eligibility.
    - `deliveryMethod` string, nullable — The delivery method for the replacement card (e.g., "standard", "express").
    - `isEligible` boolean — Indicates whether this delivery option is currently eligible for the account or payment instrument.
  - `isAddressChangedIn30Days` boolean — Indicates whether the address associated with the account has changed within the last 30 days.
  - `lastAddressChangeDate` string, nullable — The date of the most recent address change, if applicable.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
