> 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/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/decline.md).

# 却下

拒否（**赤**）はD1が承認しなかったことを意味します **トークン化**。支払いネットワークは **TSP** フローを止め、デジタルカードはプロビジョニングされません。

<figure><img src="/files/50b6171bdf0a6816175a3d31f8dfd8d40adb6b76" alt=""><figcaption></figcaption></figure>

### 一般的な理由

拒否の典型的な理由には次のものがあります：

* カードチェックに失敗した（例：期限切れのカード、無効な **CSC**、または停止されたカード）。参照： [Decision engine > Card](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#card).
* エンドユーザーデータのチェックに失敗した（例：拒否として設定された電話番号の不一致）。参照： [Decision engine > End User (consumer)](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#end-user-consumer).
* ウォレット/デバイスのリスク信号により拒否となった（例：ウォレットのスコアリングが **赤**にマッピングされた）。参照： [Decision engine > Wallet scoring](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#wallet-scoring).
* レート制限を超えた（例：トークン化の試行回数が多すぎる）。参照： [Decision engine > Counters](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#counters).

{% hint style="info" %}
支払いネットワークは **TSP** 拒否の場合にデジタルカードをプロビジョニングしないため、任意の `digitalCardId` （フローで返される場合）は、トークン化後の操作には使用できません。
{% 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:

```
GET https://docs.payments.thalescloud.io/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-response/decline.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.
