Activate Frozen Card
POST/api/v1/cards/companies/:companyUuid/accounts/:accountUuid/cards/:cardUuid/activate
Reactivates (unfreezes) a card that is currently in the frozen
state, allowing transactions to resume.
This endpoint is only valid if the card is currently frozen
.
When successfully reactivated, the card's status
becomes active
.
info
This request is asynchronous: to confirm the card has been activated, call Retrieve Card Details and check the status
.
Request
Responses
- 204
Request to activate (unfreeze) the card was accepted.
This indicates the activation operation has started, but to confirm the status is now active
, you must call Retrieve Card Details and check the status
.