> 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/transaction-control/ja/implement-transaction-control/implement-domain-controls/default-merchant-types.md).

# デフォルトの加盟店タイプ

D1はMCC（加盟店カテゴリーコード）に基づいて加盟店をデフォルトの加盟店タイプに分類します。

### ギャンブル <a href="#gambling" id="gambling"></a>

| MCC  | 説明                                                            |
| ---- | ------------------------------------------------------------- |
| 7800 | 政府所有の宝くじ                                                      |
| 7801 | 政府認可のカジノ（オンラインまたはインターネットギャンブル）                                |
| 7802 | 政府認可の競馬・競犬                                                    |
| 7995 | ギャンブル取引ベッティング（スポーツブック、ファンタジー、ソーシャルゲーミング；規制され、他のMCCでカバーされない場合） |
| 9754 | ギャンブル - 競馬、競犬、州の宝くじ                                           |

### アダルト <a href="#adult" id="adult"></a>

| MCC  | 説明                              |
| ---- | ------------------------------- |
| 5967 | ダイレクトマーケティング–インバウンドテレマーケティング加盟店 |
| 5993 | 葉巻店およびスタンド                      |

### ハイリスク <a href="#risky" id="risky"></a>

| MCC  | 説明                                                            |
| ---- | ------------------------------------------------------------- |
| 4816 | コンピュータネットワーク／情報サービス                                           |
| 5122 | 薬物、薬品販売業者および薬局雑貨                                              |
| 5816 | デジタル商品：ゲーム                                                    |
| 5912 | ドラッグストアおよび薬局                                                  |
| 5962 | ダイレクトマーケティング–旅行関連手配サービス                                       |
| 5966 | ダイレクトマーケティング–アウトバウンドテレマーケティング加盟店                              |
| 5967 | ダイレクトマーケティング–インバウンドテレマーケティング加盟店                               |
| 5993 | 葉巻店およびスタンド                                                    |
| 6051 | 準現金–加盟店                                                       |
| 7273 | 出会い系サービス                                                      |
| 7995 | ギャンブル取引ベッティング（スポーツブック、ファンタジー、ソーシャルゲーミング；規制され、他のMCCでカバーされない場合） |


---

# 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/transaction-control/ja/implement-transaction-control/implement-domain-controls/default-merchant-types.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.
