---
title: "GET /me"
method: GET
path: "/me"
tags: ["Настройки"]
---

# GET /me

`GET /me`

Получение настроек магазина или шлюза

## Query parameters

- `on_behalf_of` string

## Response `200`

The request has succeeded.

- Me
  - `account_id` string, required
  - `status` string, required — Статус аккаунта.
  - `test` boolean, required — Признак тестового аккаунта.
  - `fiscalization` FiscalizationData
    - `enabled` boolean, required
    - `provider` 'atol' | 'avanpost' | 'a_qsi' | 'business_ru' | 'digital_kassa' | 'evotor' | 'first_ofd' | 'kit_invest' | 'komtet' | 'life_pay' | 'mertrade' | 'modul_kassa' | 'rocket' | 'shtrih_m', required
  - `fiscalization_enabled` boolean — Признак подключенной фискализации.
  - `payment_methods` PaymentMethodType[] — Доступные способы оплаты.
  - `itn` string
  - `payout_methods` PayoutMethodType[] — Способы выплат.
  - `name` string — Название магазина.
  - `payout_balance` MonetaryAmount
    - `value` string, required — Сумма в выбранной валюте. Выражается в виде строки и пишется через точку, например 10.00.
    - `currency` 'RUB' | 'EUR' | 'USD' | 'KZT' | 'BYN' | 'UAH' | 'UZS' | 'TRY' | 'INR' | 'MDL' | 'AZN' | 'AMD', required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `500` — Server error

## Changes

- **2026-02-14** `fe24d3dfadad` — 4 breaking, 29 info
  - the `fiscalization` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `payout_balance/allOf[#/components/schemas/MonetaryAmount]/currency` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - removed the required property `fiscalization/enabled` from the response with the `200` status
  - removed the required property `fiscalization/provider` from the response with the `200` status
  - …29 more

[Change history](https://skmtc.dev/hexlet/apis/api-kassa/changes/me/get.md)

---

[API](https://skmtc.dev/hexlet/apis/api-kassa.md) · [All operations](https://skmtc.dev/hexlet/apis/api-kassa/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/api-kassa/revisions/f35dc69c1c37/schema)
