---
title: "Get card reissue reasons (outdated)"
method: GET
path: "/wallet/v1/cards/reissue/reasons"
tags: ["Card reissue"]
---

# Get card reissue reasons (outdated)

`GET /wallet/v1/cards/reissue/reasons`

This endpoint is outdated, call the [List reissue reasons](https://developers.pismo.io/pismo-docs/reference/get-reissue-reasons) endpoint instead.

Get all reissue reasons together with associated costs.

To register reasons for reissue:

[Open a Jira ticket](https://developers.pismo.io/pismo-docs/docs/opening-a-service-desk-ticket) with type  = **Settings** and enter the data below:

`cost` - Reissue cost value. This field is for information only - only issuers can make debit entries to a customer's account.

`must_block` - Whether the card is canceled at reissue time or can transact until new card is activated.

`description` - Reason description.

`must_charge` - Will reissue be charged? This field is for information only as only the issuer can make debit entries to a customer's account.

`type` - Issuer defined reissue reason enum value

## Response `200`

Reissue reasons

- object[] — Get reissue card reasons response object
  - `cost` number — Reissue card cost
  - `must_block` boolean — Should a `PLASTIC` card be canceled upon reissue or can it be used until the new card is activated? `VIRTUAL` cards are automatically canceled when reissued, regardless of this setting.
  - `description` string — Reissue reason description
  - `id` integer — Last issued card ID
  - `must_charge` boolean — Should the reissue be charged? This field is information only as only issuers can make debit entries to a customer's account.
  - `type` string — Issuer-defined reissue reason enum

## Other responses

- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
