Close Card
POST/api/v1/cards/companies/:companyUuid/accounts/:accountUuid/cards/:cardUuid/close
Closes (blocks) the specified card. This action stops any operations with the card.
warning
This action is irreversible. Once a card is blocked, it cannot be restored.
info
This endpoint call is asynchronous: after making this request, you should verify that the card is blocked by calling the Retrieve Card Details endpoint and checking its status = closed
.
Request
Responses
- 204
Request to close (block) the card was accepted.
This only indicates that the operation to block the card has started.
You must call Retrieve Card Details and check the status = closed
field to confirm that the card is blocked.