# `AdyenClient.Management.TerminalManagement`
[🔗](https://github.com/iamkanishka/adyen_client/blob/v1.0.0/lib/adyen_client/management/payout_settings_origins_postfm.ex#L187)

Terminal Management / postfmapi (v1) — deprecated.

Assign terminals and look up terminal/store/account associations.
For new integrations use `AdyenClient.Management.Terminals`.

# `assign`

```elixir
@spec assign(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Assign terminals to a merchant account or store.

# `get_stores`

```elixir
@spec get_stores(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Get the stores of a merchant account.

# `get_terminal`

```elixir
@spec get_terminal(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Get details of a terminal.

# `get_terminal_under`

```elixir
@spec get_terminal_under(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Get the merchant account or store a terminal is assigned to.

# `list_terminals`

```elixir
@spec list_terminals(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Get the list of terminals under a merchant account or store.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
