---
title: "Updates an existing tender"
method: POST
path: "/v3/merchants/{mId}/tenders/{tenderId}"
tags: ["MERCHANTS"]
---

# Updates an existing tender

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

Returns an object representing updated merchant tender.

## Path parameters

- `mId` string, required
- `tenderId` 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 — 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`

---

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