> 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="https://2053028894-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6dljaTEEzefPQILRFB7%2Fuploads%2FdAG2tu8u8VBnRatuRMgE%2FSequence%20Diagram%20%E2%80%93%20%20Processing%20the%20response.svg?alt=media&amp;token=7841d67e-20f9-4732-9ca5-ce58af8ce5ca" alt=""><figcaption></figcaption></figure>

### 一般的な理由

却下の一般的な理由には、次のようなものがあります：

* カードのチェックに失敗しました（例：有効期限切れのカード、無効な **CSC**、または停止中のカード）。参照 [決定エンジン > カード](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#card).
* エンドユーザーデータのチェックに失敗しました（例：不一致の電話番号が却下として設定されている場合）。参照 [決定エンジン > エンドユーザー（消費者）](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#end-user-consumer).
* ウォレット／デバイスのリスクシグナルにより却下されました（例：ウォレットスコアが次にマッピングされている **赤**）。参照 [決定エンジン > ウォレットスコアリング](/tokenization/ja/implement-tokenization/card-tokenization-request/processing-the-decision/decision-engine.md#wallet-scoring).
* レート制限を超過しました（例：トークン化の試行回数が多すぎる場合）。参照 [決定エンジン > カウンター](/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, and the optional `goal` query parameter:

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