---
title: "GET /merchant-categories"
method: GET
path: "/merchant-categories"
tags: ["Merchant Categories"]
---

# GET /merchant-categories

`GET /merchant-categories`

List accepted merchant categories - internal endpoint for Cards Gateway
For groups we add a stringified display of mcc included

## Response `200`

List of accepted merchant category codes (MCC). Each item is a 3-element array: [id, name, mcc_ranges_string].

- array[]
  - string[] — A 3-element array: [0] id — MCC group or code identifier; [1] name — human-readable label; [2] mcc_ranges — stringified MCC ranges (e.g. "1-3, 5, 8-10"), empty string for individual codes.

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token.

---

[API](https://skmtc.net/emburse/apis/emburse-cards-api.md) · [All operations](https://skmtc.net/emburse/apis/emburse-cards-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/emburse/emburse-cards-api/revisions/f5e3ea16a648/schema)
