> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card.md).

# Digitize a card

### Overview

This section describes how to:

* Check if the card has been digitized in the issuer application
* Check if the device is eligible for NFC payment
* Digitize the card in the issuer application
* Check if the issuer application is ready for NFC payment (default payment application in Tap and Pay settings)

### User Experience

The end user can add eligible cards to the issuer application by opening the application and tapping the **Enable NFC payment** button.

<figure><img src="/files/SINUqV9cQ9RrcEGhCQhq" alt=""><figcaption></figcaption></figure>

The issuer application then displays an **NFC logo** if a card is digitized. The **NFC logo** will be grayed out if the issuer application is not ready for NFC payment.

The issuer application could be "not ready" for NFC payment for several reasons:

* issuer application is not the default payment application in Android Tap & Pay settings.
* the digital card has been suspended by the user or the issuer.

In conclusion, the issuer application displays different screens according to the card digitization state and the android settings.

<figure><img src="/files/oQjAxNjGyETe5VTToubO" alt=""><figcaption></figcaption></figure>

### Implementation guides

To digitize a card, implement these steps in order:

1. [Check digital card state](/nfc-payment/implement-nfc-payment/digitize-a-card/check-digital-card-state.md)

   Check whether the card is already digitized.
2. [Check device is eligible](/nfc-payment/implement-nfc-payment/digitize-a-card/check-device-is-eligible.md)

   Check whether the device supports NFC payment before you show the digitization action.
3. [Add digital card](/nfc-payment/implement-nfc-payment/digitize-a-card/add-digital-card.md)

   Call the D1 SDK to digitize the card in the issuer application.
4. [Check Android Tap & Pay settings](/nfc-payment/implement-nfc-payment/digitize-a-card/check-android-tap-and-pay-settings.md)

   Check whether the issuer application is the default payment application.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
