---
title: "List of merchants"
method: POST
path: "/merchants"
tags: ["Merchants"]
---

# List of merchants

`POST /merchants`

## Request body

- MerchantRequestBody
  - `data` string[]

## Response `200`

OK

- MerchantResponse
  - `data` Merchant[]
    - `id` string, required — the `id` of the merchant
    - `names` object[], required — merchant names that are used to name a company, corporation, brand name, franchise name or any other entity who is participating in the customer's transaction.
      - `mode` 'name' | 'transliterated_name' | 'alternative_name' | 'brand' | 'operator', required
      - `value` string, required
    - `address` MerchantAddress, required — merchant address
      - `city` string
      - `transliterated_city` string
      - `state` string
      - `street` string
      - `transliterated_street` string
      - `country_code` string
      - `post_code` string
      - `coordinates` string
      - `building_name` string
      - `shop_number` string
    - `contact` object[], required — contact information via which the merchant can be accessed, eg. via website, phone or social media
      - `mode` 'email' | 'viber' | 'phone' | 'fax' | 'website' | 'facebook' | 'twitter' | 'google_plus' | 'linkedin' | 'instagram' | 'skype' | 'vk' | 'flickr' | 'youtube', required
      - `value` string, required

## Other responses

- `406` — More than 100 objects were sent in the request (100 is the limit)

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/revisions/f18f4f36d0b3/schema)
