---
title: "Get Merchant By ID"
method: GET
path: "/enrichment/v1/brand-identification/merchants/{id}"
tags: ["Data Enrichment.Merchant Information.Merchant"]
---

# Get Merchant By ID

`GET /enrichment/v1/brand-identification/merchants/{id}`

A **Merchant** is a more granular entity than a Brand, representing the specific store, outlet, or online presence where a transaction occurred. Merchants may be part of a Brand (e.g., "Spotify Stockholm Store" under the Spotify brand) and include additional details such as location and contact information.

**Purpose**:

Merchants provide the detail required for regulatory compliance (e.g., Mastercard mandate), enable drill-down into transaction details, and support features like contact and location display.

This api fetches a merchant by its ID. The ID is a UUID. The response will include the merchant's name, logo, location and contact information.

## Path parameters

- `id` string, required

## Response `200`

Returns `200 Ok` for successful operation.

- Data20EnrichmentMerchant20InformationMerchantMerchant20Response — unresolved $ref

## Other responses

- `400` — Returns `400 Bad Request` if the path parameter does not pass validation (e.g., malformed UUID).
- `401` — Returns `401 Unauthorized` if the user is not authorized.
- `403` — Returns `403 Forbidden` if the user is not permitted.
- `404` — Returns `404 Not Found` if the entity is not present.
- `500` — Returns `500 Internal Server Error` if there is an unexpected server error.
- `600` — More specific error codes that can be found as `detailCode` in the error response. NON_SPECIFIED (0), NOT_AUTHORIZED (1), INVALID_TOKEN (2), CATEGORIES_NOT_FOUND (3), UUID_INVALID (4), ENTITY_NOT_FOUND (5), TRANSACTIONS_NOT_FOUND (6), FEATURE_NOT_AVAILABLE (7), INVALID_REQUEST (8)

---

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