Returns a TipWithholding
object containing information about the way tip withholding
is configured for a restaurant. Tip withholding is a percentage
of employees' credit card tips that is kept by a restaurant to
cover credit card processing fees.
Returns a TipWithholding
object.
curl -i -X GET \ https://toast-api-server/config/v2/tipWithholding \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "enabled": true,
- "percentage": 0
}