---
title: "Get a single merchant tender"
method: GET
path: "/v3/merchants/{mId}/tenders/{tenderId}"
tags: ["MERCHANTS"]
---

# Get a single merchant tender

`GET /v3/merchants/{mId}/tenders/{tenderId}`

## Path parameters

- `mId` string, required
- `tenderId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Merchant tender details are displayed.

- object
  - `id` string — Merchant unique identifier.
  - `editable` boolean — Indicates whether the merchant tender type is editable. Values: True False
  - `labelKey` string — Label Key.
  - `label` string — Label Key.
  - `opensCashDrawer` boolean — Indicates that tender is opening the cash drawer.
  - `supportsTipping` boolean — Allow tipping on payment from tender.
  - `enabled` boolean — Indicates that merchant tender is enabled.
  - `visible` boolean — Indicates that merchant tender is visible.
  - `instructions` string — Instructions for how to process tender.

---

[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/revisions/08da265101a3/schema)
