---
title: "Get a merchant"
method: GET
path: "/v1/merchants/{merchantId}"
tags: ["Merchant Management"]
---

# Get a merchant

`GET /v1/merchants/{merchantId}`

Fetch a merchant's profile along with its configured `settlements` (crypto and fiat). Crypto settlements use [CAIP-19](https://chainagnostic.org/CAIPs/caip-19) asset IDs and [CAIP-10](https://chainagnostic.org/CAIPs/caip-10) destination accounts.

## Path parameters

- `merchantId` string, required

## Response `200`

Merchant details

- object
  - `merchant` object, required
    - `id` string, required — Merchant ID
    - `name` string, required — Merchant display name
    - `email` string, nullable, required — Contact email
    - `status` 'active' | 'inactive' | 'suspended', required — Current merchant status
    - `iconUrl` string, nullable, required — Merchant logo URL, or null if not set
    - `createdAt` string, required — ISO 8601 creation timestamp
    - `settlements` object, required
      - `crypto` object[], required
        - `id` string, required — Crypto settlement ID
        - `asset` string, required — [CAIP-19](https://standards.chainagnostic.org/CAIPs/caip-19) asset ID
        - `destination` string, required — [CAIP-10](https://standards.chainagnostic.org/CAIPs/caip-10) settlement destination
      - `fiat` object[], required
        - `id` string, required — Settlement config ID
        - `status` string, required — Fiat settlement status
        - `bankType` string, required — Bank account type

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/walletconnect/apis/walletconnect-pay-api.md) · [All operations](https://skmtc.net/walletconnect/apis/walletconnect-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/walletconnect/walletconnect-pay-api/versions/8e5708191dde/schema)
