Cancel or freeze a card
You can update card details such as card status, transaction limits, allowed currencies, allowed merchant categories, etc., using Update a card API. If all currencies or all merchant categories are allowed for the card, you can leave the relevant fields blank.
With card status, note that Update a card API only supports the following values in the card_status
field:
INACTIVE
(see Freeze a card)CLOSED
(see Cancel a card)ACTIVE
(if you want to unfreeze a card)
For other card statuses, see Review card status.
Cancel a card
You can permanently cancel a card in your Airwallex account for any reason and at any time, and this will prevent any new transactions from being made on this card. However, any transaction that has yet to be cleared will continue to be processed even if the card is canceled. Note that once your card is cancelled, it cannot be reversed.
To cancel a card, use Update a card API with the card_id
and set card_status
to CLOSED
.
Freeze a card
Freezing your card prevents any further transactions from being made on the card, virtually, physically or on any of your devices (Google / Apple Pay). It is reversible, and you can unfreeze your card anytime.
To freeze a card, use Update a card API with the card_id
and set card_status
to INACTIVE
.