---
title: "Add New Terminal"
method: POST
path: "/v1/terminalregistries"
---

# Add New Terminal

`POST /v1/terminalregistries`

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `terminal` string, required — Maker of the terminal. String max 191 characters.
  - `type` string, required — Type of the terminal Example pax_A920. String max 191 characters.
  - `pos_identifier` string, required — Identifer of point of service.
  - `device_id` string, required — Identifer of the device. String max 191 characters.
  - `notification_provider` string — required with noditication_id. It is possible to be pushy. String max 191 characters.
  - `notification_id` string — Identificaiton for provider.

## Response `201`

201

- object
  - `data` object
    - `object` string
    - `id` string
    - `terminal` string
    - `type` string
    - `code` string
    - `is_enabled` boolean
    - `device_id` string
    - `pos_identifier` string
    - `created_at` string
    - `updated_at` string
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## Other responses

- `422` — 422

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/revisions/face82bdd778/schema)
