---
title: "Get merchant account"
method: GET
path: "/v3/merchant-accounts/{id}"
tags: ["Merchant accounts"]
---

# Get merchant account

`GET /v3/merchant-accounts/{id}`

Get the details of a single merchant account.

## Path parameters

- `id` string, uuid, required — Unique ID for the Merchant Account

## Response `200`

Merchant account.

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Account Not Found
- `500` — Unknown Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/versions/5f6051515b2c/schema)
