---
title: "Adds a new tender"
method: POST
path: "/v3/merchants/{mId}/tenders"
tags: ["MERCHANTS"]
---

# Adds a new tender

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

Returns an object representing newly added merchant tender, with a generated ID.

## Path parameters

- `mId` string, required

## Headers

- `User-Agent` string, required

## Request body

- object
  - `id` string — Unique identifier.
  - `editable` boolean — If this merchant tender is editable.
  - `labelKey` string — Label Key.
  - `label` string, required — 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.

## Response `200`

- object
  - `id` string — Unique identifier.
  - `editable` boolean — If this merchant tender is editable.
  - `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/versions/08da265101a3/schema)
