---
title: "MerchantAddress:Get"
method: GET
path: "/v2/merchantaddresses/{addressCode}"
tags: ["MerchantAddress"]
---

# MerchantAddress:Get

`GET /v2/merchantaddresses/{addressCode}`

Get the details of a specific address.
    Note you need to have access to the merchant if the address is not available under your own merchant registration

## Path parameters

- `addressCode` string, required

## Response `200`

OK

- MerchantMerchantAddressOutput — Represents a single merchant address.
  - `code` string — The address code identifier.
  - `streetName` string — The name of the street.
  - `streetNumber` string — The street number.
  - `zipCode` string — A zip/postal code. see https://en.wikipedia.org/wiki/List_of_postal_codes for a list of formats per country.
  - `city` string — The name of a city.
  - `countryCode` string, nullable — The country code consisting of 2 uppercase letters.
  - `region` string, nullable — Region code (iso-3166-2).
  - `type` 'VISIT' | 'POSTAL' | 'COMPANY' — The address type
  - `merchant` MerchantMerchantSummary — A compact summary of a merchant.
    - `code` string — The merchant id of your company starting with M.
    - `name` string — The merchant name to which this object belongs
    - `status` 'ACTIVE' | 'INACTIVE' — The merchant status to which this object belongs
  - `createdAt` string, date-time, nullable — The date and time at which this entity was created in ISO-8601 (ATOM) notation
  - `createdBy` string, nullable — The reference to an account or token whom created the entity
  - `modifiedAt` string, date-time, nullable — The date and time at which this entity was modified in ISO-8601 (ATOM) notation.
  - `modifiedBy` string, nullable — The reference to an account or token whom modified this entity
  - `deletedAt` string, date-time, nullable — The date and time at which this entity was deleted in ISO-8601 (ATOM) notation.
  - `deletedBy` string, nullable — The reference to an account or token whom deleted the entity

## Other responses

- `400` — Bad request, see response body for more information
- `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
- `410` — Indicates that this resource is no longer available for use
- `415` — Unsupported media. The supplied content type in the content-type parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred.
- `503` — The server is currently unable to handle your request

---

[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)
