- Square Version:
2023-11-15
- Java:
35.0.0.20231115
- .NET:
33.0.0
- Node.js:
33.0.0
- PHP:
33.0.0.20231115
- Python:
33.0.0.20231115
- Ruby:
34.0.0.20231115
2023-11-15 Changelog
Square
Documentation
Labor API
- Labor API:
- New tip eligibility settings:
- TeamMemberWage object - Added a
tip_eligible
field that maps to the Tip eligible setting defined for a job in the Square Dashboard. - ShiftWage object - Added a
tip_eligible
field that indicates whether the team member can earn tips for the job to be done on a shift. Defaults to the correspondingTeamMemberWage.tip_eligible
setting if not specified in aCreateShift
request.
- TeamMemberWage object - Added a
- Support for declared cash tips:
- Shift object - Added the
declared_cash_tip_money
field, which can be set in aCreateShift
orUpdateShift
request. This field is now returned for all shifts. If no cash tips were declared, the amount is set to 0.
- Shift object - Added the
- New tip eligibility settings: