Accounting API
Welcome to our official feedback forum for the Xero Developer API.
The Xero product ideas site is the best place to submit feedback for improving Xero.
177 results found
-
Support Oauth2 'Client Credentials Flow' for server apps.
Major drawback of Xero Oauth2 is that the 'Client Credentials Flow' is not supported. This makes it impossible to implement server-side applications to interact with Xero because there is no user interaction at all. Lot of people have been complaining about this, and it's shocking that it is still not supported in May 2021!
3 votesYou can now integrate with client credentials using Custom Connections.
https://devblog.xero.com/introducing-custom-connections-72c32297382
-
Notify via email when webhooks is disabled automatically
The custom webhooks are disabled automatically if there was not a successful response from the destination for 24 hours. There is no notification when this has happened and to check this we need to go to the webhooks page and then manually enable it and re-send the ITR.
There could be email notifications sent when the webhook is disabled.11 votesThanks for your patience.
We've completed this piece of work.
Please see the Public Docs for further information:
https://developer.xero.com/documentation/guides/webhooks/configuring-your-server/#delivery-failures
-
allow the BrandingTheme to default to the Contact Default when an invoice is created in the API
If I set a default Branding Theme for a Contact in Xero, that selection is not honoured when I create an invoice in the API and don't include a BrandingThemeID
1 vote -
Add lineitemID to credit notes endpoint
Adding a GUID to the credit note line items as used by the invoice line item would allow for more efficient retrieval of data .
71 votes -
Relation between Invoice and Repeating Invoice
Be able to differentiate invoices created due to repeating invoices and stand alone invoices.
I checked out the elements of Invoice (https://developer.xero.com/documentation/api/invoices).
I was not able to find a element which gives me this relation.I think , A new element having the 'Repeating Invoice Id' data would help me. Can this be included ?
1 vote -
Allow Quote PDF Download via API
It is great that the Quote API is now available, however it would also be great if we could have an endpoint to download the PDF of the quote just like we can for an invoice.
For API integrations it allows single click download via the API without the user needing to go into Xero and manually download it.
3 votesHi Jimmy,
Quotes PDF download is already available via the Quotes endpoint.
Please refer to the following documentation to see how.
https://developer.xero.com/documentation/api/requests-and-responsesI will also ensure the Quotes docs get updated to include PDF.
-
API History (log) for OAuth 2.0 apps.
We used to get OAuth 1.0a app history on developer.xero.com/myapps but no longer for OAuth 2.0 apps. Can we have this back?
13 votesGreat news!
This has been delivered for all OAuth 2.0 apps.
Go to:
Developer Portal > MyApps > History Tab -
Ability to change ExpectedPaymentDate on invoice within lock period
The web UI allows us to change the expected date on an AUTHORISED invoice that is issued before the period lock date. The API however does not allow this, and fails with warning about editing invoice in lock period.
Contacting Xero support, I got this message: "With the web interface, there is a script that limit fields that can or cannot edited when lock date is used. Unfortunately the API does not have that ability so currently it is all or nothing. So to edit the invoice, the lock date has to be removed first. We don't have any immediate…
36 votesYour app can now approve invoices via the API based on the role of the user who authorised the connection.
-
Add ACN to the Contacts API Response
When using the AU Xero there is a field for ACN which is great.... except that it's not in the API Response for contacts. If that could be added it would be awesome. Thank you
40 votesHi all,
You can now retrieve the ACN as the CompanyNumber field on the Contacts endpoint.
https://developer.xero.com/documentation/api/accounting/releasenotes#15-oct-2021
Regards,
Adam -
allow Contractor invoices coded to 321 CIS Labour Expense to post via API
CIS API.
Recently started using simPRO enterprise where Contractor invoices are raised against specific jobs and exported into xero.
These Contractors are subject to CIS Tax Liability and therefore line items should be coded to 321. unfortunately Xero currently does not allow for Contractor invoices using 321 to be imported through API.9 votesAPI support for CIS was released back in September. Sorry we forgot to close this suggestion.
Catch up on the details here: https://devblog.xero.com/cis-comes-to-the-accounting-api-74e315997616
-
when a batch payment is reconciled, its child payments' IsReconciled element shoulud return as true
Currently when a batch payment is reconciled, its child payments' IsReconciled element always return as false. It will be useful to return as true.
6 votes -
3 votes
The Projects API beta is now open to everyone. Check out the blog for details https://devblog.xero.com/introducing-the-xero-projects-api-a67a7af0a4a0.
Thanks,
Adam -
Recent Projects Feature
We recently noticed the new Projects feature of Xero.
While the information on the website is only cursory, it looks like it could be the solution to something we want to model: an entity against which we want to accrue expenses, and then invoice flexibly (the budgeting aspect is also a big drawcard).
Is there any gossip on when it will be accessible via the API? We'd put our hands up to beta test it.
Ideally we'd like the ability (via the API) to:
- create projects
- add expenses against a project
- generate invoices for projects
- query…4 votesThe Projects API beta is now open to everyone. Check out the blog for details https://devblog.xero.com/introducing-the-xero-projects-api-a67a7af0a4a0.
It doesn’t support all the points in this request but please check it out and open specific requests for additional functionality you need for your app.
Thanks,
Adam -
Add the Company Registration Number field to the Contact API
Please add the Company Registration Number field to the Contact API, this is a useful way to get a unique identifier for a company when syncing different systems.
229 votesHi everyone,
The company registration number can now be retrieved and set via the contacts endpoint.
https://developer.xero.com/documentation/api/accounting/releasenotes/#15-oct-2021
Cheers,
Adam -
Add Reference field to BankTransfer end point
It would be very useful to be able to add a reference field to Bank Transfers. We are using the API to create many Bank Transfer transactions and many of them have the same date and dollar amount, making them nearly impossible to reconcile. Simply exposing the reference field would solve this issue.
11 votesHi everyone,
You can now set the reference field on bank transfers via the API
https://developer.xero.com/documentation/api/accounting/banktransfers#put-banktransfers
Cheers,
Adam -
Add page size/limit to paging GET requests
It would be useful to be able to specify the page size when executing paging requests for the various API GET resources. Currently, the page size is 100, but can't be changed. The issue is that 100 records can still be a long callout if that includes related information.
Being able to do something like:
/Invoices?page=1&pageSize=50Or similar would be handy!
28 votesHey Guys
The default page size is 100, with a maximum of 1000 and a minimum of 1. If users set a value outside the supported range, we automatically adjust it to the nearest supported page size.
https://developer.xero.com/documentation/api/accounting/requests-and-responses
-
Is there an api available for your UK payroll product?
Is there an api available for your UK payroll product?
9 votesJust cleaning up this old request. The UK Payroll API was released in October 2019.
-
Show AccountID in LineItem in Invoices API
Include AccountID in LineItem in Invoices API.
Currently only AccountCode is shown in LineItems. Absence of AccountID renders cached invoices invalid when account's code is changed. Moreover, there is no guaranteed method to determine whether cached invoice became invalid.
After modification of account code certain cached invoices may have outdated account codes pointing to non-existent accounts. Or, what a horror, to different existing accounts, if previously-used account code was recycled. The latter is horrifying because if cached invoice points to non-existent account one may simply refetch the invoice, but if account code was recycled, there is no way to figure…
13 votes -
Expose Contact Financial Details Tax Exclusive/Inclusive/NoTax via the API
Return this setting for a contact under Financial Settings | Sales Settings as a LineAmount type https://developer.xero.com/documentation/api/types/#LineAmountTypes to allow this to be used to set the <LineAmountTypes> in the creation of an invoice for this contact with the appropriate Invoice Tax Line Amount Type.
7 votesThis was released in October 2021.
-
Allow user to connect to multiple organizations at once so we can query across multiple organizations.
Allow users to connect to multiple ornganizations at once so we can query across multiple organizations with one query.
20 votesBulk Connections has now been released to allow users to connect multiple organisations in one authorisation flow. It is available to all certified apps. See the App partner features page for more info
- Don't see your idea?