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

# Get all tip suggestions for a merchant

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

Retrieves all tip suggestions for a merchant, for example: flat tip or percentage.

## Path parameters

- `mId` string, required

## Query parameters

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

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays tip suggestions for the merchant.

- 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 whether tipping is enabled.
  - `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)
