---
title: "Freeze Payment Card"
method: POST
path: "/v2/payment-cards/{payment_card_id}/freeze"
tags: ["paymentCards"]
---

# Freeze Payment Card

`POST /v2/payment-cards/{payment_card_id}/freeze`

freeze/unfreeze a payment card

## Path parameters

- `payment_card_id` string, required

## Headers

- `Authorization` string, required

## Request body

- FreezePaymentCardRequest
  - `end_date` string, date-time, required

## Response `201`

- FreezeUnfreezePaymentCardResponse
  - `account_status` string, required

---

[API](https://skmtc.net/upwardli/apis/api-reference.md) · [All operations](https://skmtc.net/upwardli/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upwardli/api-reference/revisions/8a237f1f704f/schema)
