---
title: "Get a single device provisioned to a merchant"
method: GET
path: "/v3/merchants/{mId}/devices/{deviceId}"
tags: ["MERCHANTS"]
---

# Get a single device provisioned to a merchant

`GET /v3/merchants/{mId}/devices/{deviceId}`

Returns a single device that is provisioned to a merchant.

## Path parameters

- `mId` string, required
- `deviceId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

- object
  - `id` string — Unique identifier
  - `name` string — Name of the device (if entered)
  - `model` string
  - `merchant` object
    - `id` string — Unique identifier.
  - `orderPrefix` string — A prefix that will be applied to order numbers. This is useful if the merchant and/or customer needs to track which device an order came from.
  - `terminalId` string — The merchant device's terminal Id. FD-IPG sets the merchant_device terminal Id for LATAM devices
  - `terminalPrefix` integer
  - `serial` string — The device's serial number.
  - `buildNumber` integer
  - `secureId` string
  - `buildType` 'ENG' | 'USER' | 'USERDEBUG'
  - `cpuId` string
  - `imei` string — The IMEI of the device
  - `imsi` string — The IMSI of the SIM in the device (if present)
  - `simIccid` string — The ICCID of the SIM in the device (if present)
  - `deviceCertificate` string
  - `pedCertificate` string
  - `deviceTypeName` string
  - `productName` string
  - `pinDisabled` boolean — Whether this device has PIN prompt disabled.
  - `offlinePayments` boolean
  - `offlinePaymentsAll` boolean
  - `offlinePaymentsLimit` integer
  - `offlinePaymentsPromptThreshold` integer
  - `offlinePaymentsTotalPaymentsLimit` integer
  - `offlinePaymentsLimitDefault` integer
  - `offlinePaymentsPromptThresholdDefault` integer
  - `offlinePaymentsTotalPaymentsLimitDefault` integer
  - `offlinePaymentsMaxLimit` integer
  - `offlinePaymentsMaxTotalPaymentsLimit` integer
  - `showOfflinePayments` boolean
  - `maxOfflineDays` integer
  - `allowStoreAndForward` boolean
  - `secureReports` object[]
    - `id` string — Unique identifier.
  - `bundleIndicator` string
  - `deviceType` object
    - `id` string — Unique identifier.

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/versions/08da265101a3/schema)
