v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Freeze a card

post/cards/freeze

Request body

cardIdstring

Enter the cardId of the card you want to freeze

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "message": "Card status changed successfully to block"
  },
  "success": true
}