> For the complete documentation index, see [llms.txt](https://docs.lotusnetwork.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lotusnetwork.net/v2-documentation/ecosystem/lotus-finance/lotus-cards/neufero-x-virtual/restricted-mccs.md).

# Restricted MCCs

### Unsupported Merchant Categories for Neufero X

Neufero X may be declined or restricted when used with merchants classified under the following MCC codes. These categories are considered unsupported based on compliance restrictions.

| MCC Code | Category Description                                                                           | Sample Merchants                   |
| -------- | ---------------------------------------------------------------------------------------------- | ---------------------------------- |
| 4829     | Money transfer services                                                                        | Wise, MoneyGram                    |
| 5966     | Direct marketing via outbound telemarketing                                                    | Telemarketing companies            |
| 6051     | Foreign currency, cryptocurrency, money orders, travelers cheques, and debt repayment services | Coinbase, Luno, Binance            |
| 6211     | Securities brokers and dealers                                                                 | Investment companies               |
| 7273     | Dating services                                                                                | Tinder, Badoo                      |
| 7297     | Massage parlors                                                                                | Thai-Me Spa                        |
| 7800     | Government-owned lottery services (US only)                                                    | California Lottery                 |
| 7801     | Government-licensed online gambling services (US only)                                         | DraftKings, FanDuel                |
| 7802     | Government-licensed horse and dog racing services (US only)                                    | Churchill Downs, Santa Anita Park  |
| 7995     | Betting and gambling-related services                                                          | Bet9ja, Merrybet, 1Xbet, Sportybet |

> **Important:** If your transaction is declined because of a restricted Merchant Category Code (MCC), the rejection reason will be shown as **`Failed Control`**.\
> Please review the merchant’s MCC and confirm whether it falls under any of the restricted categories listed above. The MCC can be found in the transaction details within the app.


---

# 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.lotusnetwork.net/v2-documentation/ecosystem/lotus-finance/lotus-cards/neufero-x-virtual/restricted-mccs.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.
