Payroll API
63 results found
-
Delete Statutory Sick via API
At the moment it's possible to create Statutory Sick records via the API, but not possible to delete them. We're trying to integrate our product with Xero, but we need to be able to delete sick entries if they've been added mistakenly.
3 votes -
Filter UK timesheets by date
Unfortunately, UK timesheets API doesn't support filtering by date. That means in order to update a timesheet the client needs to page through every single timesheet in history! It's completely unworkable.
Please add timesheet filter by date!
3 votes -
Enable variable custom deductions against employees outside of payrun being initiated
Would like the ability to put variable/custom deductions against each employee without first initiating a payrun. Each deduction added will be included in the next payrun. This is different to a fixed deduction amount that can be created within the pay template. This new feature will also enable payroll to place deductions against employees without waiting for a payrun to start.
Presently we'd need to PUT a deduction to pay template > post payrun > delete payitem in template > PUT new deduction amount (repeat this process every pay cycle).
3 votes -
AU: Add STP FILED status to PayRunStatus
For the PayRunStatus in GET PayRuns you show DRAFT and POSTED, it should also be possible to get FILED status so we can see if it's been filed for STP.
3 votes -
Filters and sorting on Payroll Uk API's
Hi,
I am working for one of my UK based client to integrate Payroll API's where I need to fetch data with my own sorting/ordering like the data can sort by first/last name, startDate, ect. Same I need for the filter. I know you allow some filters like by first/last name but here I need a custom filter which allow me to fetch data between two startDates.
And also I am looking for to get the payrun data with the help of "payrollCalendarID" something like
https://api.xero.com/payroll.xro/2.0/payRuns?payrollCalendarID={payrollCalendarID}1 vote -
Allow adding of National Insurance Number to Employment endpoint UK Payroll
The addition of NI Number is missing. Also Paid intermittently field is missing on the Employment POST API Endpoint
3 votes -
UK Api - Missing GET-method for the Employment-api-endpoint
Hello,
We are working on a UK integration to your endpoint (version 2.0), and we noticed that you only allow a POST-method for your Employment-endpoint.We would need you to introduce a GET-method as we need to access the NationalInsuranceCategory-property.
I imagine you just forgot to implement a get-method for it?
Thanks
Thank you!Kind regards Anders
3 votes -
3 votes
-
9 votes
-
POST payslip end-point for UK Payroll API
Like AU payroll api, UK payroll api should also have POST end-point so that applications can automatically post payroll information rather than entering them manually.
6 votes -
Expose the Employee's Status in the Payroll API
The Employees endpoint in the NZ Payroll API returns all Employees of the Organisation. There is no way to distinguish between the "current" Employees and "old/former" Employees.
This means any UI showing the Employees includes everybody rather than just the current Employees. Where the user should only be selecting "current" Employees we should be able to provide them a drop down that is limited to the valid choices!
This is not currently possible because the API does not expose the status of the Employee.
8 votes -
Allow Net Pay to be nullable
Please allow for the net pay attribute to be nullable, as Xero calculates net pay within the payslip. If net pay is null, don't generate a validation warning that the calculated net pay is different from the provided net pay.
1 vote -
Warning/Error Codes
Provide validation errors with a code attribute on the returned object or prefix the error code to the returned message.
4 votes -
Can anyone give me a c# Xero Payroll API sample code for leave applications
Can anyone give me a c# Xero Payroll API sample code for leave applications
1 vote -
Filter PayRuns by calendarID and period start / end date
In Payroll NZ it is not possible to filter payruns by payroll calendar id or period start or end date whereas it is in payroll AU
GET https://api.xero.com/payroll.xro/2.0/payRuns
would be a big help to have this!7 votes -
Allow adding and updating payrollCalendarID
For PayrollNZ Employee currently it is not possible to add or update the payrollCalendarID, whereas it is possible in PayrollAU
1 vote -
Filter list of Timesheets by Status and/or Modification Date
I want to retrieve a list of unprocessed timesheets.
In the Australian Payroll API you can filter the list of timesheets you retrieve by modification date, so you don't get 1000s of historical timesheets.
However, in the New Zealand Payroll API this is not possible.
Please add the ability to filter the list of timesheets by either status or modification date.15 votes -
API Access to Public Holidays
Xero lets you define public holidays, assign them to holiday groups, and assign a holiday group to an employee. I'd really like to be able to:
- Retrieve the list of holiday groups and holidays defined for each.
- Include the name of the assigned holiday group for each employee when retrieving the list of employees.
17 votes -
Identify archived Payroll Calendars (AU)
There is no way to distinguish between archived and active Pay Calendars via the API.
An argument could be made for excluding them from this API call all together. At the very least there should be a way to tell if a Calendar is archived or not.
7 votes -
Pay Items endpoint returns Inactive items and no Status
There is no way of telling is a pay item is inactive in the current API, meaning when you retrieve one and try and use it with the API somewhere later it fails. If you can make something inactive in Xero, the API should really provide this info.
Adding the status field (or returning only active ones) would make this better.
1 vote
- Don't see your idea?