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

Overview

Unfreeze a previously frozen card to restore its functionality. Once unfrozen, the card can be used for transactions again.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Path Parameters

card_id
integer
required

Response

200 - application/json

200 - Success

status
boolean
data
object
error
any[]
message
string