Skip to main content

Card status

The enum CardStatus defines the potential states a card can be in. The state of a given card can be retrieved using getCardStatus.

StateDescription
UnavailableThe wallet is not available.
ProvisionedThe card is provisioned in the wallet. You should hide the Add to Wallet button since the card has already been added.
NotProvisionedThe card is not provisioned in the wallet.
PendingThe card is provisioned in the wallet but pending activation. The card is going to shortly become Provisioned, and should be treated as such.
SuspendedThe card is suspended in the wallet by the issuer.
NeedsIdentityVerificationThe user added the card manually to the digital wallet, but they did not complete the multi-factor verification flow. Attempting to provision the card resumes the process initiated by the user.
DeactivatedThe card is deactivated in the wallet.
UnknownUnknown status. Should not occur.