---
title: "[Restricted] Suspend an existing card"
method: POST
path: "/cards/{cardId}/suspend"
tags: ["Restricted", "Cards"]
---

# [Restricted] Suspend an existing card

`POST /cards/{cardId}/suspend`

Suspends a card to temporarily prevent any new authorisations as applied by the issuer or the program manager (i.e. not cardholder elective). This means that all new authorisations will be immediately declined. Outstanding authorisations are unaffected and settlement, chargebacks, refunds, etc will continue to function as normal.
Use of this endpoint is `Restricted`, depending on access being granted through contractual setup with Modulr.

## Path parameters

- `cardId` string, required

## Response `204`

Card suspended successfully

## Other responses

- `400` — Invalid request

---

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