I would like to export tip data for payroll purposes. We use a different payroll and timesheet application. Is there a way to pull tip data with team_member_id for our application that is php based?
With the Payments API you can ListPayments for a given period of time. The payment response will have the team_member_id
and tip_money
. You can use our PHP SDK or make REST calls to pull the information in.
1 Like