Locations
Get Gratuity Configuration
Retrieves the gratuity configuration for a specific location, including if tipping is enabled, allowed gratuity percentages, and the default gratuity percentage.
GET
/
api
/
v1
/
locations
/
{locationId}
/
gratuity
Authorizations
Path Parameters
The location's unique ID.
Response
200 - application/json
Indicates if gratuity is enabled at the location.
Indicates if customers can enter a custom gratuity amount.
An array of allowed gratuity percentages (as strings, e.g., '15', '18', '20').
The default gratuity percentage (as a string, e.g., '18.00').