---
title: "Get merchant info"
method: GET
path: "/v3/merchant/info"
tags: ["Merchant"]
---

# Get merchant info

`GET /v3/merchant/info`

## Response `200`

Merchant Info

- object
  - `payload` object, required — Response payload, will be empty when success is false
    - `id` string, required — Merchant ID
    - `preferredName` string — Merchant Preferred Name
    - `internalName` string — Merchant Internal Name
    - `billingContact` object — Merchant Billing Contact
      - `email` string
      - `phone` string
    - `logo` string — Merchant Logo as Data URL
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `404` — Merchant not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
