> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# getMccList

> Query for listing merchant category codes.

Query for listing merchant category codes. Requires MAKE\_DEPOSIT scope.

```graphql theme={null}
query {
  getMccList(
    paginate: OffsetInput
  ): [MerchantCategoryCode]
}
```

## Arguments

<ParamField body="paginate" type="OffsetInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`[MerchantCategoryCode]`](/api-reference/types/merchant-category-code) — MerchantCategoryCode represents the classifier for a business by the types of goods or services it provides.
