> 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/tokenize-a-card/digitize-a-card/green-flow-digitization.md).

# グリーンフローのデジタル化

## 概要

グリーンフローは、発行体バックエンドがステップアップ認証なしでトークナイゼーションを承認するトークナイゼーションフローです。

このフローは、NFC Wallet SDK が発行体アプリケーションに統合されており、エンドユーザーがすでにアプリ内で認証済みである場合によく使われます。

## ユーザー体験

グリーンを参照 [フローのユーザー体験](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/tokenize-a-card.md#green-flow).

## シーケンス図

<figure><img src="/files/736fef882063f94e1b3aab7082f17bd3c2ddb19f" alt=""><figcaption></figcaption></figure>

## SDK を統合する

あなたが次のことを行った後 [カードの利用資格を確認する](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/tokenize-a-card/check-card-eligibility.md)。実装する `MGDigitizationListener` 変換の進行状況を追跡し、その後:

1. 呼び出します `MGCardEnrollmentService.digitizeCard(...)`

   次を含めます: `authenticationToken` デジタルウォレットのバックエンドによって生成された。

   あなたの参照を提供する必要があります `MGDigitizationListener`
2. 条件なしでトークナイゼーションが承認された場合（グリーンフロー）、SDK は以下のコールバックを発行します:
   1. `onCPSActivationCodeAcquired`

      次を受け取ります `activationCode` セキュアプロビジョニングを開始するための。

      参照 [プロビジョニングをトリガーする](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/tokenize-a-card/trigger-provisioning.md).
   2. `onComplete`

      デジタル化のステップは正常に完了しました。
3. この **トークン化** プロビジョニングセッションが完了すると完了します

   コールバックを確認する `EnrollingServiceListener.onComplete(`) で説明されているとおり [プロビジョニングをトリガーする](/nfc-wallet-sdk-android/ja/implement-nfc-wallet/tokenize-a-card/trigger-provisioning.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, and the optional `goal` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/ja/implement-nfc-wallet/tokenize-a-card/digitize-a-card/green-flow-digitization.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.
