> 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ウォレット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(...)`&#x20;

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

   あなたはあなたの〜の参照を提供する必要があります `MGDigitizationListener`&#x20;
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:

```
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>
```

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.
