---
title: "Get all merchants"
method: GET
path: "/merchants"
---

# Get all merchants

`GET /merchants`

## Query parameters

- `limit` number
- `sort` number
- `nextPage` string

## Response `200`

Response

- object
  - `nextPage` string, nullable — Represents the total number of items that exists after full pagination. The max merchant per request is 500
  - `items` Merchant[]
    - `name` string — The merchant name
    - `bban` string — The merchant bank account bban
    - `iban` string — The merchant bank account iban
    - `id` string — The merchant unique identifier
    - `psuId` string — National id of the merchant
    - `psuCorporateId` string — Business id of the merchant
    - `phoneNumber` string — Phone number of the merchant
    - `displayName` string — The merchant display name
    - `logoUrl` string — The url of the logo file
    - `createdAt` string — The timestamp in UTC when the marchant was created
    - `isDeleted` boolean — Indicates if the merchant is deleted

## Other responses

- `400` — orgId was not provided
- `403` — Forbidden - Access token missing the required permissions to perform this action
- `404` — Missing ordId or userId in token
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
