---
title: "Get a single tip suggestion"
method: GET
path: "/v3/merchants/{mId}/tip_suggestions/{tId}"
tags: ["MERCHANTS"]
---

# Get a single tip suggestion

`GET /v3/merchants/{mId}/tip_suggestions/{tId}`

## Path parameters

- `mId` string, required
- `tId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

- object — Indicates tip details.
  - `id` string — Unique identifier of the tip.
  - `name` string — Name of the tip.
  - `percentage` integer — Suggested tip percentage.
  - `amount` integer — Suggested tip amount.
  - `isEnabled` boolean — Indicates if the tip is enabled or not.
  - `flatTip` integer — Suggested flat tip amount.

---

[API](https://skmtc.dev/clover/apis/platform-api.md) · [All operations](https://skmtc.dev/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clover/platform-api/revisions/08da265101a3/schema)
