> 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/help/error-management/mg-error-management/digitizing-a-card.md).

# カードのデジタル化

次の SDK エラーコードは、支払いカードのデジタル化中に発生する可能性があります:

* PROVISIONING\_NOT\_ALLOWED
* INCORRECT\_OTP
* INCORRECT\_OTP\_MAX\_TRY\_EXCEEDED
* OTP\_EXPIRED
* UNKNOWN\_CORRELATION\_ID
* WEB\_3DS\_AUTHENTICATION\_FAILED

<table data-full-width="true"><thead><tr><th width="328">エラーコード</th><th>ユースケース</th><th>推奨事項</th></tr></thead><tbody><tr><td>PROVISIONING_NOT_ALLOWED</td><td>このエラーは、イシュア/金融機関がデジタル化リクエストを拒否したときに返されます（例: レッドフロー）。</td><td>このエラーは、イシュア/金融機関がカードのデジタル化リクエストを拒否したときに発生します。</td></tr><tr><td>INCORRECT_OTP</td><td>このエラーは、カード所有者が誤った OTP を使用してカードの有効化を要求したときに返されます。</td><td><ul><li>エラーメッセージをカード所有者に表示します。</li><li>カード所有者に、新しい OTP を取得するために別の ID&#x26;V 方法を選択するよう案内します。</li></ul></td></tr><tr><td>INCORRECT_OTP_MAX_TRY_EXCEEDED</td><td>このエラーは、OTP の最大再試行回数に達したときに返されます。</td><td><ul><li>エラーメッセージをカード所有者に表示します。</li></ul></td></tr><tr><td>OTP_EXPIRED</td><td>このエラーは、カード所有者が期限切れの OTP でカードの有効化を要求したときに返されます。</td><td><ul><li>エラーメッセージをカード所有者に表示します。</li><li>カード所有者に、新しい OTP を取得するために ID&#x26;V 方法を再選択するよう案内します。</li><li>カード所有者に、カードを削除して新しいカードを登録するよう案内します。</li></ul></td></tr><tr><td>UNKNOWN_CORRELATION_ID</td><td>このエラーは、登録セッションの有効期限が切れており、登録をこれ以上進められない場合に返されます。</td><td><ul><li>登録セッションの有効期限が切れており、カードのデジタル化プロセスを続行できないことをカード所有者に通知します。</li><li>カード所有者に、カードを削除して新しいカードを登録するよう案内します。</li></ul></td></tr><tr><td>WEB_3DS_AUTHENTICATION_FAILED</td><td>このエラーは、ウェブ認証プロセスが成功しなかったときに返されます。</td><td><ul><li>適切なエラーメッセージをカード所有者に表示します。</li></ul></td></tr><tr><td>DEVICE_SUSPICIOUS</td><td>このエラーは、デバイスが不審であると判断されたときに返されます。</td><td>適切なエラーメッセージをカード所有者に表示します。</td></tr></tbody></table>


---

# 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/help/error-management/mg-error-management/digitizing-a-card.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.
