Path Parameters
The unique identifier for the restaurant location
The unique identifier for the cart
Request Body
Fixed tip amount as a string (e.g., “5.00” for $5.00). Provide either amount or percentage, not both.
Tip percentage as a string (e.g., “18” for 18%). Provide either amount or percentage, not both.
The tip is stored internally as a rate (decimal) in the
fees.tipRate field. The actual tip amount is calculated and returned in the waiterTipTotal field as a formatted currency string.