---
title: "Get the tip for a parcel."
method: GET
path: "/v1/parcels/{parcel_id}/tip"
tags: ["parcels"]
---

# Get the tip for a parcel.

`GET /v1/parcels/{parcel_id}/tip`

> **Note:** This feature is not available to all clients. Please contact us before using it.

Returns the tip configured for the specified parcel, if one exists.

## Path parameters

- `parcel_id` string, uuid, required

## Response `200`

Tip retrieved successfully.

- Tip
  - `parcel_id` string, uuid — UUID of the parcel this tip is associated with.
  - `amount` integer — Tip amount in the smallest currency unit, following the ISO 4217 standard (e.g. €6.30 → `630`).
  - `currency` string — ISO 4217 currency code.

## Other responses

- `204` — No tip exists for the specified parcel.
- `401` — Unauthorized. Missing or invalid authentication token.
- `403` — This parcel does not belong to your account, or your account is not allowed to use the tipping feature.
- `404` — No parcel found with the given ID.

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
