---
title: "Return Merchant public information"
method: GET
path: "/merchants/public-info"
tags: ["Merchant Account"]
---

# Return Merchant public information

`GET /merchants/public-info`

Use this endpoint to retrieve merchant public information.

## Response `200`

returns merchant public info.

- MerchantPublicInfoObject — Merchant entity information details.
  - `name` string — Merchant entity name.
  - `category` string — Main branch activity of merchant entity.
  - `email` string — Merchant contact email. This email will receive merchant transaction Notification. also
  - `phone` string — Merchant contact phone
  - `address` string — Address of the merchant entity
  - `postalCode` string — Zip code or postal code component.
  - `city` string — The city where merchant entity is located
  - `country` string — The country where the merchant entity is located. The format is ISO 3166
  - `locale` string — User locale, language is lower case. Country in upper case
  - `website` string — The merchant entity website
  - `currency` string — currency of the Merchant country.
  - `createdAt` string — The merchant entity registration timestamp in our platform in ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS)
  - `updatedAt` string — updated timestamp in our platform in ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS)

## Other responses

- `400` — Bad Request
- `401` — The caller is unauthenticated
- `403` — Access rights not sufficient
- `404` — Cannot not found merchant. Check merchantId
- `429` — Rate limit is exceeded
- `500` — Internal Server Error.

---

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