---
title: "Get merchant from MX"
method: GET
path: "/mx/merchants/{merchant_guid}"
tags: ["Merchants"]
---

# Get merchant from MX

`GET /mx/merchants/{merchant_guid}`

Returns information about a particular merchant from MX, such as a logo, name, and website.

## Path parameters

- `merchant_guid` string, required

## Response `200`

Pending Transaction

- MerchantResponse
  - `created_at` string, nullable
  - `guid` string, nullable
  - `logo_url` string, nullable
  - `name` string, nullable
  - `updated_at` string, nullable
  - `website_url` string, nullable

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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