---
title: "Create credit card termination request"
method: POST
path: "/v1/credit_card_applications/{application_id}/termination_requests"
tags: ["Termination requests"]
---

# Create credit card termination request

`POST /v1/credit_card_applications/{application_id}/termination_requests`

Creates a termination request for the credit card application specified in the request URL. See the [credit cards guide](https://docs.solarisgroup.com/guides/cards/credit-cards/consumer-credit-cards/#Credit-card-termination-process) for more information on how the termination process works.

## Path parameters

- `application_id` string, required

## Request body

- CreateTerminationRequest
  - `reason` 'CUSTOMER_WISH', required — The reason for the termination.

## 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
- `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)
