---
title: "Close a card"
method: POST
path: "/v1/cards/{card_account_id}/close"
tags: ["Cards servicing"]
---

# Close a card

`POST /v1/cards/{card_account_id}/close`

Closes the card with the ID specified in the request URL.<br> **Note: this action cannot be undone.**<br> In order to be closed, the card must have one of the following statuses: <ul> <li>`ACTIVE`</li> <li>`BLOCKED`</li> <li>`COUNTERFEIT_CARD`</li> <li>`FRAUD`</li> <li>`INACTIVE`</li> <li>`LOST`</li> <li>`NEVER_RECEIVED`</li> <li>`STOLEN`</li> </ul>

## Path parameters

- `card_account_id` string, required

## Request body

- CloseCardRequest — The content of the close card request
  - `close_reason` 'EXPIRED' | 'CARDHOLDER_REQUEST' | 'DELIVERY_RETURN' | 'DEFECTIVE_CARD' | 'LOST' | 'LOST_IN_TRANSIT' | 'STOLEN' | 'COUNTERFEIT_PLASTIC' | 'ONLINE_TRANSACTION_FRAUD' | 'PREVENTIVE_BLOCK' | 'SUSPECTED_MERCHANT_FRAUD' — The reason why the customer is requesting to close the card.
  - `close_comment` string — Additional comments provided by the customer when requesting to close the card.

## Response `200`

Successful result of the operation

- SolarisDecoratorsCardLifeCycleResponse[]
  - `expiration_date` string — The expiration date of the card.
  - `new_card_ordered` boolean — Boolean that indicates if a new physical card was ordered for this card resource (either for the first time or as a replacement).
  - `person_id` string — ID of the cardholder person resource.
  - `account_id` string — ID of the account to which the card is tied.
  - `business_id` string — (For business cards) ID of the business with which the card is associated.
  - `sia_account_number` string — SIA account number
  - `creation_date` string — Date when the latest plastic card for this card resource was created.
  - `id` string — ID of the card.
  - `status` 'ACTIVE' | 'ACTIVATION_BLOCKED_BY_SOLARIS' | 'BLOCKED' | 'BLOCKED_BY_SOLARIS' | 'CLOSED' | 'CLOSED_BY_SOLARIS' | 'COUNTERFEIT_CARD' | 'FRAUD' | 'INACTIVE' | 'LOST' | 'NEVER_RECEIVED' | 'PROCESSING' | 'STOLEN' — The current status of the card.
  - `reference` string — Unique reference number for the card.
  - `type` 'MASTERCARD_DEBIT' | 'MASTERCARD_BUSINESS_DEBIT' | 'VIRTUAL_MASTERCARD_DEBIT' | 'VIRTUAL_MASTERCARD_BUSINESS_DEBIT' | 'VIRTUAL_MASTERCARD_FREELANCE_DEBIT' | 'VISA_DEBIT' | 'VISA_BUSINESS_DEBIT' | 'VIRTUAL_VISA_DEBIT' | 'VIRTUAL_VISA_BUSINESS_DEBIT' | 'VIRTUAL_VISA_FREELANCE_DEBIT' | 'VISA_CREDIT' | 'VIRTUAL_VISA_CREDIT' | 'VISA_BUSINESS_CREDIT' | 'VIRTUAL_VISA_BUSINESS_CREDIT' — The type of the card. **Note** The following enum list is not exhaustive but only indicative of some possible values.
  - `representation` SolarisDecoratorsPlasticCard — Object containing information about the cardholder, the card's masked PAN, and the formatted expiration date.
    - `line_1` string — The cardholder's first and last name.
    - `line_2` string — An additional field to print another line of text on the card. Can be used for a variety of use cases to fit your business needs. Please note the guidelines for this field as written in the method description above.
    - `masked_pan` string — The first six and last four digits of the card.
    - `formatted_expiration_date` string — The card's expiration date in MM/YY format.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/card-creation-servicing.md) · [All operations](https://skmtc.net/solarisgroup/apis/card-creation-servicing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/card-creation-servicing/revisions/a772504dcc9e/schema)
