---
title: "Get a merchant's properties"
method: GET
path: "/v3/merchants/{mId}/properties"
tags: ["MERCHANTS"]
---

# Get a merchant's properties

`GET /v3/merchants/{mId}/properties`

## Path parameters

- `mId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

- object
  - `merchantRef` object
    - `id` string — Unique identifier.
  - `defaultCurrency` string
  - `tipsEnabled` boolean
  - `receiptProperties` string
  - `summaryHour` integer
  - `signatureThreshold` integer
  - `hasDefaultEmployee` boolean
  - `tipRateDefault` integer
  - `onPaperTipSignatures` boolean
  - `autoLogout` boolean
  - `orderTitle` 'NONE' | 'MANUAL' | 'AUTOMATIC'
  - `orderTitleMax` integer
  - `resetOnReportingTime` boolean
  - `notesOnOrders` boolean
  - `deleteOrders` boolean
  - `removeTaxEnabled` boolean
  - `groupLineItems` boolean
  - `alternateInventoryNames` boolean
  - `autoPrint` boolean
  - `infoleaseSuppressBilling` boolean
  - `infoleaseSuppressPlanBilling` boolean
  - `shippingAddress` string
  - `marketingEnabled` boolean
  - `supportPhone` string
  - `supportEmail` string
  - `manualCloseout` boolean
  - `manualCloseoutPerDevice` boolean
  - `autoCloseoutTimezone` string
  - `showCloseoutOrders` boolean
  - `sendCloseoutEmail` boolean
  - `stayInCategory` boolean
  - `locale` string — The locale of the merchant.
  - `timezone` string
  - `vat` boolean — Whether this merchant is in a VAT country
  - `vatTaxName` string — The VAT tax name that is shown on receipts
  - `appBillingSystem` string — Temporary while we are switching US billing systems
  - `abaAccountNumber` string — The ABA Account Number. Supplied by First Data.
  - `ddaAccountNumber` string — The Masked DDA Account Number. Supplied by First Data.
  - `trackStock` boolean
  - `updateStock` boolean
  - `allowClockOutWithOpenOrders` boolean
  - `logInClockInPrompt` boolean
  - `pinLength` integer
  - `cashBackEnabled` boolean — Whether cash back is enabled for this merchant
  - `cashBackOptions` string — List of cash back possible cash back amounts
  - `maxCashBack` integer — The maximum amount of cash back that the customer can select.
  - `hierarchy` string — Merchant hierarchy (Business, Bank, Agent, Corp, Chain). Supplied by First Data.
  - `hasConsented` boolean — Whether or not merchant has consented to infolease billing
  - `merchantBoardingStatus` string — This is used to identify if the merchant is self-boarded
  - `printedFirstDataReceiptLogoEnabled` boolean — Whether we display the First Data receipt logo
  - `merchantPrivacyPolicyUrl` string — Merchant-specified privacy policy url
  - `disablePrintTaxesPaymentOnReceipts` boolean — Whether we display the taxes table on receipts
  - `limpModeAllowed2` boolean — Per the new V2 TAMPER_EXPERIENCE (see feature flag) if this is true then setting the SRED_DISABLED merchant setting to true will result in the terminal parameter DENY_COMPROMISED_TX becoming false which enables a not provisioned (tampered) device with TransArmor SRED keys to take card payments without PIN. If this is false then setting SRED_DISABLED merchant to true setting will have no effect.
  - `orderChangeReasonSetting` boolean

---

[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)
