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

# Get all tenders for a merchant

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

Retrieves all tenders for a merchant.

## Path parameters

- `mId` string, required

## Query parameters

- `filter` string
- `offset` integer
- `limit` integer

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays all tenders for the merchant.

- object
  - `id` string — Unique identifier of the merchant tender.
  - `editable` boolean — Indicates whether merchant tender is editable.
  - `labelKey` string — Internal name of the payment tender, for example: label_key value is com.clover.tender.check.
  - `label` string — Payment tender name that displays to the merchant and customer.
  - `opensCashDrawer` boolean — Indicates whether the Open Cash Drawer option is selected for the cash tender. Values: True - When the Open Cash Drawer option is selected, all the cash drawers associated with a device hub or connected printer are opened. False - Open Cash drawer option is not selected.
  - `supportsTipping` boolean — Indicates whether tipping is allowed using the selected tender.
  - `enabled` boolean — Indicates whether tenders stored at the merchant level or custom merchant tenders are enabled. **Note:** Merchant can also create custom tenders that are not referenced with the system_tender, such as credit, debit, and cash.
  - `visible` boolean — Indicates whether the 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/versions/08da265101a3/schema)
