---
title: "Get the account or store of a terminal"
method: POST
path: "/findTerminal"
tags: ["General"]
---

# Get the account or store of a terminal

`POST /findTerminal`

Returns the company account, merchant account, or store that a payment terminal is assigned to.

## Request body

- FindTerminalRequest
  - `terminal` string, required — The unique terminal ID in the format `[Device model]-[Serial number]`. For example, **V400m-324689776**.

## Response `200`

OK - the request has succeeded.

- FindTerminalResponse
  - `companyAccount` string, required — The company account that the terminal is associated with. If this is the only account level shown in the response, the terminal is assigned to the inventory of the company account.
  - `merchantAccount` string — The merchant account that the terminal is associated with. If the response doesn't contain a `store` the terminal is assigned to this merchant account.
  - `merchantInventory` boolean — Boolean that indicates if the terminal is assigned to the merchant inventory. This is returned when the terminal is assigned to a merchant account. - If **true**, this indicates that the terminal is in the merchant inventory. This also means that the terminal cannot be boarded. - If **false**, this indicates that the terminal is assigned to the merchant account as an in-store terminal. This means that the terminal is ready to be boarded, or is already boarded.
  - `store` string — The store code of the store that the terminal is assigned to.
  - `terminal` string, required — The unique terminal ID.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/tfmapiservice.md) · [All operations](https://skmtc.net/adyen/apis/tfmapiservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/tfmapiservice/versions/4c0e71faa937/schema)
