cURL
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" }
Temporarily disable a card so it cannot be used for purchases.
API key for authentication.
unique id of the customers card
200 - Success