Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage digital card LCM

Overview

Use the NFC Wallet SDK in your digital wallet application to manage a digital card lifecycle (LCM).

Primary use case:

  • Delete a digital card from the digital wallet application

In this section, we describe LCM actions initiated from the digital wallet application. The issuer backend can also initiate digital card LCM directly with the TSP.

SDK integration

Use DigitalCardManager.manage to perform LCM actions on a digital card.

Supported actions:

  • .delete

  • .suspend

  • .resume

Changes in the NFC Wallet backend do not appear immediately in the digital wallet application.

Send a push notification to synchronize the digital card state. See Handle push notifications.

Delete a card

Deleting a card removes it permanently from the digital wallet application.

Suspend a card

A suspended card cannot be used to make payments.

Resume a card

Resuming a suspended card changes its state to active. It can then be used to make payments.

Last updated

Was this helpful?