---
title: "Merchants:Get"
method: GET
path: "/merchants/{merchantCode}"
tags: ["Merchants"]
---

# Merchants:Get

`GET /merchants/{merchantCode}`

Get the details of a specific merchant

## Path parameters

- `merchantCode` Code, required — unresolved $ref

## Response `200`

Ok.

- object
  - `code` Code — unresolved $ref
  - `name` Name — unresolved $ref
  - `publicName` PublicName — unresolved $ref
  - `boardingStatus` BoardingStatus — unresolved $ref
  - `payoutStatus` PayoutStatus — unresolved $ref
  - `status` Status — unresolved $ref
  - `coc` Coc — unresolved $ref
  - `vat` Vat — unresolved $ref
  - `companyTypeId` CompanyTypeId — unresolved $ref
  - `countryCode` CountryCode — unresolved $ref
  - `contractLanguage` ContractLanguage — unresolved $ref
  - `contractPackageCode` ContractPackageCode — unresolved $ref
  - `currentProfileCode` CurrentProfileCode — unresolved $ref
  - `contractPackage` ContractPackage — unresolved $ref
  - `contactPhone` string, phone — The primary contact phone number of the merchant.
  - `contactEmail` string, email — The primary contact email address of the merchant.
  - `website` Website — unresolved $ref
  - `postalAddress` PostalAddress — unresolved $ref
  - `visitAddress` VisitAddress — unresolved $ref
  - `partner` Partner — unresolved $ref
  - `createdAt` CreatedAt — unresolved $ref
  - `createdBy` CreatedBy — unresolved $ref
  - `acceptedAt` AcceptedAt — unresolved $ref
  - `suspendedAt` SuspendedAt — unresolved $ref
  - `suspendedBy` SuspendedBy — unresolved $ref
  - `modifiedAt` ModifiedAt — unresolved $ref
  - `modifiedBy` ModifiedBy — unresolved $ref
  - `deletedAt` DeletedAt — unresolved $ref
  - `deletedBy` DeletedBy — unresolved $ref
  - `reviewedAt` ReviewedAt — unresolved $ref
  - `nextReviewDate` NextReviewDate — unresolved $ref

## Other responses

- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred

---

[API](https://skmtc.dev/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.dev/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/revisions/2bc260c7bdfc/schema)
