v1

latestOpenAPI 3.0.0Cabify Api support2026-07-264588127.9 KB
parcels

Get the tip for a parcel.

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.

get/v1/parcels/{parcel_id}/tip

Path parameters

parcel_idstring uuid required

UUID of the parcel whose tip you want to retrieve.

Response

Tip retrieved successfully.

parcel_idstring uuid

UUID of the parcel this tip is associated with.

amountinteger

Tip amount in the smallest currency unit, following the ISO 4217 standard (e.g. €6.30 → 630).

currencystring

ISO 4217 currency code.

Example response

{
  "parcel_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "amount": 100,
  "currency": "ARS"
}