Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Airwallex Issuing worksSupported regions and currenciesSupported card programs
Use Cases
Manage cards
Retrieve sensitive card details
Cancel or freeze a card
Test and go live

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:

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.

Shell
Example request
JSON
Example response

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.

Shell
Example request
JSON
Example response
On this page
  • Cancel a card
  • Freeze a card