---
title: "Get Allowed Merchants"
method: GET
path: "/api/v1/groups/allow-merchant"
tags: ["Merchants"]
---

# Get Allowed Merchants

`GET /api/v1/groups/allow-merchant`

## Response `200`

Success

- CardAcceptorListResponse[]
  - `listId` integer — ID of the Card Acceptor list.
  - `listName` string, nullable — Name of the Card Acceptor list.
  - `listType` string, nullable — Type of the List (Allow or Disallow).
  - `isActive` boolean — boolean value - true if the list is active.
  - `schemeId` integer, nullable — ID of the Scheme that the list is associated with.
  - `schemeName` string, nullable — Name of the associated scheme.
  - `institutionId` integer — ID of the associated Institution.
  - `institutionName` string, nullable — Name of the associated Institution.
  - `cardAcceptors` string[], nullable — List of Card Acceptors in the List.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
