---
title: "Register Terminal Device"
method: POST
path: "/billing/terminal/register"
---

# Register Terminal Device

`POST /billing/terminal/register`

## Headers

- `merchant` string, required

## Request body

- object
  - `appDeviceId` string, required — The app unique device ID
  - `deviceName` string, required — Name of the device
  - `message` string

## Response `200`

200

- object
  - `code` integer
  - `deviceName` string
  - `appDeviceId` string
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/ezypay/apis/vault.md) · [All operations](https://skmtc.dev/ezypay/apis/vault/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ezypay/vault/revisions/2ca692551cdf/schema)
