# Salary [Payroll in the product knowledge base](https://alteg.io/en/support/knowledge-base/167548/) Salary calculations, payroll management, and compensation tracking for team members. ## Receipt of mutual settlements of a team member grouped by date - [GET /v1/company/{location_id}/salary/calculation/staff/daily/{team_member_id}](https://developer.alteg.io/en/salary/search_team_member_calculation_daily_salary.md): The method allows location owner to get mutual settlements of a team member grouped by date. ## Receipt of mutual settlements of a team member - [GET /v1/company/{location_id}/salary/calculation/staff/{team_member_id}](https://developer.alteg.io/en/salary/search_team_member_calculation_salary.md): The method allows location owner to get mutual settlements of a team member. ## Obtaining payroll schemes count for a team member - [GET /v1/company/{location_id}/salary/calculation/staff/{team_member_id}/salary_schemes_count](https://developer.alteg.io/en/salary/get_team_member_calculation_schemes_count.md): The method allows you to get salary calculation schemes count for a team member before trying to obtain calculation data. ## Search payroll calculations of a team member - [GET /v1/company/{location_id}/salary/payroll/staff/{team_member_id}/calculation](https://developer.alteg.io/en/salary/search_team_member_payroll_calculation.md): The method allows location owner to search payroll calculations for the period for a team member. ## Get payroll calculation details of a team member - [GET /v1/company/{location_id}/salary/payroll/staff/{team_member_id}/calculation/{calculation_id}](https://developer.alteg.io/en/salary/get_team_member_payroll_calculation.md): The method allows location owner to get details of a specific payroll calculation. ## Getting payroll for a period for a team member grouped by date - [GET /v1/company/{location_id}/salary/period/staff/daily/{team_member_id}](https://developer.alteg.io/en/salary/search_team_member_period_daily_salary.md): The method allows location owner to get the calculation for the period for a team member grouped by date. ## Getting payroll for a period for a team member - [GET /v1/company/{location_id}/salary/period/staff/{team_member_id}](https://developer.alteg.io/en/salary/search_team_member_period_salary.md): The method allows location owner to get the calculation for the period for a team member. ## Get Mutual Settlements for a Specific Team Member - [GET /v1/company/{location_id}/salary/staff/{team_member_id}/calculation](https://developer.alteg.io/en/salary/get_team_member_salary_calculation.md): The method allows you to get mutual settlements of a specific team member. In the user's access rights, the checkbox "Access to payroll only for a specific team member" must be specified. ## Get Payroll for a Specific Team Member for a Given Period - [GET /v1/company/{location_id}/salary/staff/{team_member_id}/period](https://developer.alteg.io/en/salary/get_team_member_salary_period.md): The method allows you to get the calculation for the period for a specific team member. In the user's access rights, the checkbox "Access to payroll only for a specific team member" must be checked. ## Obtaining own payroll schemes for a specific team member - [GET /v1/company/{location_id}/salary/staff/{team_member_id}/salary_schemes](https://developer.alteg.io/en/salary/get_team_member_salary_schemes.md): The method allows you to get own salary calculation schemes for a specific team member. In the user's access rights, the checkbox "Access to payroll only for a specific team member" must be specified.