Cancel physical cards
If a physical card is lost, stolen, damaged, or hasn't been delivered, call the cancelPhysicalCard mutation to cancel the card.
cancellation is irreversible
Canceling a physical card is a permanent action that can't be reversed. This guide explains how to cancel a physical card and how it impacts connected digital and virtual cards.
Guide​
- Call the
cancelPhysicalCardmutation. - Add the
cardIdfor the physical card you're canceling (line 2) - Select the reason for cancelling the card. (line 2).
- Add the
CancelPhysicalCardSuccessPayload, including any information you'd like to review (line 3). - Add rejections (not shown).