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

# Default merchant types

D1 classifies merchants into default merchant types based on MCC (Merchant Category Code).

### Gambling <a href="#gambling" id="gambling"></a>

| MCC  | Description                                                                                                      |
| ---- | ---------------------------------------------------------------------------------------------------------------- |
| 7800 | Government Owned Lottery                                                                                         |
| 7801 | Government-Licensed Casinos (Online or Internet Gambling)                                                        |
| 7802 | Government-Licensed Horse/Dog Racing                                                                             |
| 7995 | Gambling Transactions Betting (Sportsbook, fantasy, social gaming; when regulated and not covered by other MCCs) |
| 9754 | Gambling-Horse, Dog Racing, State Lottery                                                                        |

### Adult <a href="#adult" id="adult"></a>

| MCC  | Description                                      |
| ---- | ------------------------------------------------ |
| 5967 | Direct Marketing–Inbound Telemarketing Merchants |
| 5993 | Cigar Stores and Stands                          |

### High-risk <a href="#risky" id="risky"></a>

| MCC  | Description                                                                                                      |
| ---- | ---------------------------------------------------------------------------------------------------------------- |
| 4816 | Computer Network/Information Services                                                                            |
| 5122 | Drugs, Drug Proprietors and Druggists Sundries                                                                   |
| 5816 | Digital Goods: Games                                                                                             |
| 5912 | Drug Stores and Pharmacies                                                                                       |
| 5962 | Direct Marketing–Travel Related Arrangement Services                                                             |
| 5966 | Direct Marketing–Outbound Telemarketing Merchants                                                                |
| 5967 | Direct Marketing–Inbound Telemarketing Merchants                                                                 |
| 5993 | Cigar Stores and Stands                                                                                          |
| 6051 | Quasi Cash–Merchant                                                                                              |
| 7273 | Dating Services                                                                                                  |
| 7995 | Gambling Transactions Betting (Sportsbook, fantasy, social gaming; when regulated and not covered by other MCCs) |


---

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