> 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-wallet-sdk-android/ja/implement-nfc-wallet/make-payment.md).

# 支払いを行う

## 概要

NFC対応のPOS端末で非接触決済を行うには、NFCウォレットSDKを使用します。

対応する決済ネットワーク：

* Visa
* Mastercard
* PURE（ThalesのホワイトラベルEMV決済ネットワーク）

このガイドは、デジタルウォレットアプリに決済サポートを追加する方法を示します。

決済を実装する前に、次を完了してください **Tokenization** と **デジタルカードを管理する**:

* [カードをトークン化する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/tokenize-a-card.md)
* [デジタルカードを管理する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/manage-digital-cards.md)

## 実装ガイド

### 非接触決済（NFC）

* [非接触決済を実装する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments.md)

  Android HCEを実装し、非接触決済のコールバックを処理します。

### 決済後

* [取引履歴を取得する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/get-transaction-history.md)

  取引記録を取得し、取引通知を処理します。
* [決済鍵を補充する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/replenish-payment-keys.md)

  必要に応じて決済鍵を補充します。
* [ODA証明書を更新する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/renew-oda-certificates.md)

  必要に応じてVisa ODA証明書を更新します（Visaのみ）。

### 推奨される読順

1. [非接触決済を実装する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/implement-contactless-payments.md)
2. [決済鍵を補充する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/replenish-payment-keys.md)
3. [取引履歴を取得する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/get-transaction-history.md)

{% hint style="info" %}

### その他の決済方法

NFC以外の決済フロー（例：QRコード決済やDSRPリモート決済）については、次を参照してください [その他の決済方法](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/make-payment/other-payment-methods.md).
{% endhint %}


---

# 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-wallet-sdk-android/ja/implement-nfc-wallet/make-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.
