Freeze/Unfreeze

Use this endpoint to Freeze or Unfreeze a card

Freeze or Unfreeze a card

POST https://api.krezypay.com/v1/sandbox/card/card_status

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

card_id

string

The card identifier

card_status

string

The status of the card. It must be "active" or "inactive".

Response


{
    "status": "success",
    "message": "This card has been unfrozen successfully"
}

See Examples Below

Last updated