Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the card.
Body
application/json
Response
Card blocked successfully.
The response is of type object
.
Blocks a digital gift card (setting status to BLOCKED). This operation is allowed only if the card is in ACTIVE or WAITING_ACTIVATION state.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier for the card.
Card blocked successfully.
The response is of type object
.