post https://api.sandbox-v2.vault.ist/card-holder/cardholder/card//change-status
This endpoint allows you to update the status of a specific card. It provides the flexibility to change the card's status to one of the predefined states.
Key Features:
- Allows changing the status of the card to values such as
INIT
,PENDING
,ISSUED
,ACTIVE
,FROZEN
,LOST
,STOLEN
,INACTIVE
,CLOSED
, orREJECTED
. - Useful for managing the lifecycle of the card, including activation, freezing, or marking as lost/stolen.
Requirements:
- The
cardId
must be provided as a path parameter. - The
requiredStatus
query parameter must be set to one of the allowed status values.