---
title: "Get credit card termination request"
method: GET
path: "/v1/credit_card_terminations/{id}"
tags: ["Termination requests"]
---

# Get credit card termination request

`GET /v1/credit_card_terminations/{id}`

Returns the credit card termination request specified in the request URL.

## Path parameters

- `id` string, required

## Response `200`

Termination record

- TerminationResponse
  - `id` string
  - `application_id` string — The ID of the credit card application that is being terminated.
  - `reason` 'CUSTOMER_WISH' | 'OTHER_IMMEDIATE' | 'OTHER_ORDINARY' — The reason for the termination.
  - `status` 'INITIATED' | 'IN_PROGRESS' | 'FINALIZED' | 'REVOKED' — The current status of the credit card termination.
  - `legally_terminated_at` string, date — The date when the credit card termination will take effect.
  - `revocable_until` string, date — The date until which the termination can be revoked.
  - `created_at` string, date-time — UTC timestamp from when the termination was created.

## Other responses

- `403` — Unathorized action
- `404` — Not found
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/credit-cards.md) · [All operations](https://skmtc.net/solarisgroup/apis/credit-cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/credit-cards/revisions/0da0be803c1c/schema)
