Suspend Card

Use this API to temporarily suspend an active card. A suspended card is immediately blocked from processing any transactions, but the card record is preserved and can be unsuspended at any time.

This is typically used when a cardholder reports a lost or misplaced card, suspects unauthorized use, or requests a temporary hold — without permanently closing the card.

Pass the cardIdForSuspend as a path parameter and set the command query parameter to SUSPEND.

Note: A successful API response indicates the suspension request was accepted. To confirm the card's actual updated status, subscribe to the webhook below.


Webhooks

EventWebhook Reference
Suspend CardSuspend Card
Path Params
integer
required
Defaults to 1

The unique identifier of the card to be suspended. Example: 1

Query Params
string
required
Defaults to SUSPEND

The action command for this request. For suspend a card, this value must always be SUSPEND. Example: SUSPEND

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json