---
title: "aid_account_management_stores_sid_get"
method: GET
path: "/accounts/{aid}/stores/{store_id}"
tags: ["account-stores"]
---

# aid_account_management_stores_sid_get

`GET /accounts/{aid}/stores/{store_id}`

Get store details

scopes:
- admin:accounts
- read:accounts

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required
- `store_id` string, required

## Response `200`

Store

- Store
  - `id` string, required
  - `name` string — name of the store, aka trade name of the store
  - `business_name` string — Official name of the person or entity that owns the store.
  - `address` Address
    - `address_line` string, required
    - `address_line_2` string
    - `postal_code` string
    - `postal_place` string, required
    - `country` string, iso-3166-1, required — ISO 3166-1 country code
  - `chain` string
  - `email` string
  - `gln` string
  - `organization_number` string
  - `phone_number` string
  - `mcc` string, iso-18245 — A four-digit Merchant Category Code (MCC) for the store [ISO 18245:2003](https://www.iso.org/standard/33365.html)
  - `bax` string — Merchant number associated with the stores payment terminal
  - `terminal_id` string — Id to a specific point-of-sale (POS) terminal or workstation
  - `payout_destination_id` string — The payout destination id for the merchant of record, i.e. the seller responsible for the transaction. Required when `seitatech.in_person` payment is enabled.

## Other responses

- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `404` — Resource was not found
- `500` — Unexpected Error

---

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