> 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 カード所有者認証方法）の概要をお読みください
* [非接触決済を実装する](/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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/ja/implement-nfc-wallet/make-payments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
