> 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.md).

# Implement NFC Payment

- [Digitize a card](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card.md)
- [Check device is eligible](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card/check-device-is-eligible.md)
- [Check digital card state](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card/check-digital-card-state.md)
- [Add digital card](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card/add-digital-card.md)
- [Check Android Tap & Pay settings](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/digitize-a-card/check-android-tap-and-pay-settings.md)
- [Make payment](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment.md)
- [Payment experience](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/payment-experience.md)
- [CDCVM Always](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/payment-experience/cdcvm-always.md)
- [Flexible CDCVM](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/payment-experience/flexible-cdcvm.md)
- [Manual mode](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/payment-experience/manual-mode.md)
- [Transit](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/payment-experience/transit.md)
- [Manage payment authentication](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/manage-payment-authentication.md)
- [Use D1 SDK authentication](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/manage-payment-authentication/use-d1-sdk-authentication.md): Let the D1 SDK manage Android device authentication during payment.
- [Use issuer application authentication](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/manage-payment-authentication/use-issuer-application-authentication.md): Let the issuer application manage Android device authentication during payment.
- [Optional features](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/make-payment/optional-features.md)
- [Support replenishment](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/support-replenishment.md)
- [Replenish payment keys](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/support-replenishment/replenish-payment-keys.md)
- [Replenish ODA](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/support-replenishment/replenish-oda.md)
- [Manage digital card](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/manage-digital-card.md)
- [Display digital card](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/manage-digital-card/display-digital-card.md)
- [Manage default card](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/manage-digital-card/manage-default-card.md)
- [Display card metadata](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/manage-digital-card/display-card-metadata.md)
- [Review card LCM](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/manage-digital-card/review-card-lcm.md)
- [Support transaction history](https://docs.payments.thalescloud.io/nfc-payment/implement-nfc-payment/support-transaction-history.md)


---

# 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.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.
