Skip to main content
PUT
/
v1
/
cards
/
{card_id}
/
freeze
Freeze card
curl --request PUT \
  --url https://api.platnova.com/v1/cards/{card_id}/freeze \
  --header 'X-API-KEY: <api-key>'
{
  "status": true,
  "data": {},
  "error": [],
  "message": "operation was successful"
}

Overview

Freeze a card to temporarily prevent it from being used for transactions. A frozen card cannot be used until it is unfrozen. This is useful for security purposes or when you need to temporarily disable a card.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Path Parameters

card_id
integer
required

unique id of the customers card

Response

200 - application/json

200 - Success

status
boolean
data
object
error
any[]
message
string