> 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-ios/ja/implement-nfc-wallet/make-payments.md).

# 支払いを行う

## 概要

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

対応している決済ネットワーク:

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

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

決済を実装する前に、次を完了してください **トークン化** および **デジタルカードの管理**:

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

## 実装ガイド

### 非接触決済（NFC）

* [CDCVMを理解する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/understand-cdcvm.md)

  始める前に、CDCVM（Consumer Device Cardholder Verification Method）の概要をお読みください
* [非接触決済を実装する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/implement-contactless-payment.md)

  iOSで非接触決済の完全なフローを実装します。

### 決済後

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

  デジタルウォレットアプリケーションに取引ステータスを表示します:
* [決済鍵を再補充する](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/replenish-payment-keys.md).

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

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

{% hint style="info" %}
**その他の決済方法**

NFC以外の決済フロー（たとえば、QRコード決済やDSRPリモート決済）については、次を参照してください [その他の決済方法](/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments/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-ios/ja/implement-nfc-wallet/make-payments.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.
