Accounting API
Welcome to our official feedback forum for the Xero Developer API.
The Xero Community site is the best place to submit feedback for improving Xero Business
175 results found
-
162 votes
-
be able to get customer balances via the API
for the purpose of knowing if a customer have overdue balances - so would need to return current balance and overdue amount.
158 votesYou can now retrieve the outstanding and overdue amounts for individual contacts. See http://developer.xero.com/documentation/api/contacts/ for more details on contact balances.
-
Inventory items: additional fields
There are a number of fields supported by inventory items within Xero, not yet exposed via the API:
- Name
- PurchaseDescription
- Quantity on hand
- Whether or not it should be 'tracked'
(+ a bunch of others)This request is to track reading and creating / updating these fields via the API
156 votesHi everyone,
Good news! Tracked inventory is now fully supported via the API.
Check out our community post and developer.xero.com for more details.
https://community.xero.com/developer/discussion/12341649/
Thanks for your patience.
Adam
-
147 votes
-
PUT/POST tracking categories and options
Be able to create tracking options via the API. Also when creating invoices via the API allow the creation of tracking options within Xero's existing tracking groups if they don't exist.
134 votesThe ability to delete tracking categories and tracking category options was released today: http://developer.xero.com/documentation/api/v2-release-notes/#2.98
This means the API now supports the full range of tracking category functionality.
If you have any questions about using this feature, please feel free to ask in our community: https://community.xero.com/developer/
-
General Journal Improvements
1) include transaction source and id to be able to link back to the source document of the journal eg AP/AR invoice etc 2) allow endpoint to be filtered by accounting date to be able to get just a certain period.
129 votesWe are pleased to confirm that the Journals endpoint now returns the SourceType and SourceID. This allows you to link journals back to their source transaction.
http://developer.xero.com/documentation/api/v2-release-notes/#2.83
Unfortunately it is not possible to filter the journals endpoint by accounting date. We’ll look to address this with an improved journals reporting endpoint in future.
-
Fixed assets API
Provide an API for the fixed assets module.
128 votesWe’re pleased to announce that the Assets API has now been released: https://devblog.xero.com/assets-api-making-your-fixed-assets-restful-98f9eb42e2c5
Please give it a try and let us know if you have any feedback. This is only the beginning for the Assets API so please add new user voice requests if there are any specific features you’re still after,
The docs can be found here: https://developer.xero.com/documentation/assets-api/overview/
Cheers,
Adam -
Allow attachments of PDF on payable invoices
Store supplier invoices with the invoice transaction in xero. Doubles as a storage system and makes retrieval much easier. Worth paying the upper price plan for
118 votesWe have released the ability to attach files to AP invoices today: http://blog.xero.com/developer/v2-release-notes/
There have been some comments about adding attachments to other documents in Xero. For now, only receipts and AP invoices are supported as in the main application, but any changes to this in the main application, we will work to reflect in the API.
Any questions about using the attachment functionality, feel free to ask a question in our forum: https://community.xero.com/developer/
Thanks
Ronan
-
A fully featured JSON API, with no XML requirements whatsoever.
Title says it all, pure JSON, nothing else. All the same features as the XML one, but at a different endpoint.
118 votesHi everyone,
I’m pleased to announce that we now fully support JSON for the accounting API.
https://devblog.xero.com/json-for-the-accounting-api-974a3b8adfb4
You can now use application/json as your content type and send through your PUTs and POSTs with JSON.
Cheers,
Adam -
Create & update credit card type accounts
At the moment it is not possible to create or update an account in the chart of accounts that is of 'credit card' type - this request is to track progress on this feature.
116 votesWe have released an update that allows credit card accounts to be created and updated via the API, as well as bank accounts.
Learn more here: https://developer.xero.com/documentation/api/accounting/accounts
-
be able to get approved invoices in PDF format via the API
Be able to query Xero with an invoice number and get a PDF returned of the approved invoice
108 votesYou can now retrieve any invoices and credit notes in PDF format (all statuses) – see http://blog.xero.com/developer/api-overview/http-get/
-
Credit Notes: apply as invoice payment & refund
At the moment, you can create a credit note via the API but you cannot:
- Apply the credit note as a payment to an invoice
- Apply a payment to the credit note (thus refunding the customer)100 votesXero API v2.28 has introduced support for credit note refunds via the Payments endpoint.
See http://developer.xero.com/documentation/api/v2-release-notes/ for examples
Applying credit notes to invoices was completed in a previous release.
-
Single Sign on provider
Allow users to sign into 3rd party applications using Xero as a single sign on provider (probably through OpenID).
97 votesYou can now use Xero as an SSO provider using OAuth 2.0 and OpenId Connect.
Check out the docs here: https://developer.xero.com/documentation/oauth2/sign-in
-
Add read-only access to accounting numbers for use in other systems
I have an internal system that handles all the other metrics for our business, but the financial data is missing.
We could either hand-enter the necessary data or build some sort of import functionality, but it would be best to query Xero directly so I can use that data in my internal system.
Thanks for listening!
93 votesIt is now possible to request read-only access for your app using scopes in OAuth 2.0 https://developer.xero.com/documentation/oauth2/scopes
-
Idempotent requests
At the moment, its rather difficult to recover from a network interruption that happens when you send the request to Xero API, and you loose the connection before you receive the response from Xero. There is a fair number of reasons why this could happen at any time.
In such a situation you really have no way of knowing if your request was even sent fully, or if it was received by Xero, nor what was Xero's response.This is not specific to Xero, as all APIs out there have this same problem, as its simply how the web works.
…
87 votesFind out more in our Idempotent Requests guide: https://developer.xero.com/documentation/guides/how-to-guides/idempotency
-
76 votes
You can now enter DRAFT manual journals – see http://blog.xero.com/developer/api/manual-journals/
-
Allow adding Contacts to Contact Groups
When you GET a Contact via the API you are returned the ContactGroups that they belong to. But if you try and update their ContactGroups with a PUT or POST the API will just ignore the ContactGroups XML element.
It would be really useful for automating the organisation of Contacts, if you allowed us to update the ContactGroups for a Contact in a similar way that you can add LineItems to an Invoice.
75 votesWe are glad to announce the release of the ContactGroups endpoint which allows this functionality: https://community.xero.com/developer/discussion/6512619/
-
74 votes
It is now possible to add notes to many of our accounting resources including contacts.
https://developer.xero.com/documentation/api/history-and-notes#PUT
-
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 -
Please provide response types in JSON
Please considering providing response types in JSON as JSON is much easier to process in PHP. Please consider doing this but letting us append an extension to the URL, i.e.
https://api.xero.com/api.xro/2.0/Accounts.json
https://api.xero.com/api.xro/2.0/Accounts.xml
https://api.xero.com/api.xro/2.0/Accounts (defaults to xml)This approach would let you support other response types too.
69 votes
- Don't see your idea?