> 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>このエラーは、Web認証プロセスが成功しなかった場合に返されます。</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.
