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!
1 voteYou can now integrate with client credentials using Custom Connections.
https://devblog.xero.com/introducing-custom-connections-72c32297382
-
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 -
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.
1 voteHi 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.
-
1 vote
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 -
Support TLS 1.2 on API connections
Xero has a good SSL configuration on the main app (A+ on SSL labs) but the api endpoint running older and weaker encyrption.
It appears to have some kind of TLS 1.2 support enabled but it drops after the initial hand shake which means that TLS 1.2 needs to be excluded as an option when negotitaing connections. Annoying having to set this up only for Xero.
1 voteTLS 1.2 has now been enabled on the API sites!
-
The ability to generate Quotes from within the Xero Web interface
I would like to be able to create quotes from within the Xero Web interface for my customers which could then be converted into an invoice if the customer accepts the quote.
Just like you can currently create purchase orders and convert them into bills once the goods have been received.
1 voteQuotes functionality was released in the Xero web interface on January 21st 2015. You can now create quotes and convert them into invoices once they’re accepted.
-
let us "Include attached files with online invoice" via API
We can now upload and associate files with invoices via the API. Woohoo!
For the next step we need to actually let Xero know to include those associated files with the invoice. In the core app this is done by clicking on the file icon, then clicking on each file's settings then clicking on "Include with invoice".
We have to do this over 200 times a month manually for every invoicing run. It would be nice to do it with the API instead :-)
1 voteIn a recent release we have added this function: http://developer.xero.com/documentation/api/v2-release-notes/#2.59
-
direct debit facility/add-on
direct debit facility/add-on
1 voteCheck out http://ucollect.biz/xero which provides a direct debit solution to Xero users.
-
Automatic reconciliation of Payroll to General Ledger
Sometimes clients amend a payrun but forget to replace the Bill Payable for that payrun in the GL.
This can result in discrepancies between wages, PAYG, super (and other) and the GL reports.
Would be nice to automate some of this checking, even highlight any months (or specific bills) that did not match payroil1 votePayroll GL integration has been completed, you can check out more details here: https://community.xero.com/business/discussion/3391087
-
Add ability to retrieve "ARCHIVED" contacts using WHERE clause
The only way to currently check which contacts have been deleted is to make an API call for each. See https://community.xero.com/developer/discussion/24201/
1 voteOur recent 2.44 release provides an optional parameter for you to retrieve archived contacts: http://developer.xero.com/documentation/api/v2-release-notes/#2.44
-
Chart of accounts: enable file attachments
Enable attachments on the chart of accounts - support the files functionality in Xero via the API so files can be attached to accounts in Xero.
Do you have some interesting use cases? Share your ideas so we can assess the priority of this feature.
1 voteToday we released the ability to attach files to this endpoint. For details on how you can use it, see our Attachments documentation: http://developer.xero.com/documentation/api/attachments/
-
Enable attachments on Contacts
Enable attachments on Contacts - support the files functionality in Xero via the API so files can be attached to contact records in Xero.
Do you have some interesting use cases? Share your ideas so we can assess the priority of this feature.
1 voteToday we released the ability to attach files to this endpoint. For details on how you can use it, see our Attachments documentation: http://developer.xero.com/documentation/api/attachments/
-
Enable attachments on Bank Transactions
Enable attachments on Bank Transactions (spend and receive money).
1 voteToday we released the ability to attach files to this endpoint. For details on how you can use it, see our Attachments documentation: http://developer.xero.com/documentation/api/attachments/
-
Show ContactNumber in the documentation for GET Contacts
GET Contacts returns the ContactNumber field, but this is not shown in the documentation.
1 voteContactNumber is documented in Contacts docs: http://developer.xero.com/documentation/api/contacts/
-
allow a way to send Leave entries (ie. type of leave, start and end dates)
I'm currently using the PayCycle API and there is no way to send information of any leave taken through on timesheets
1 vote -
Be able to page results
It would be good if you could page through a results set.
Use Case:
I want to be able to return the latest 5 approved invoices.
Given that I don't know when they were created I can't use a filter on any of the date fields and it would be a waste of bandwidth to get all approved invoices a simple pagination system would work well.
1 voteSadly we missed this request when we released pagination on Invoices a while ago: http://developer.xero.com/documentation/api/invoices/#title11
-
1 vote
As this forum is for developer API functionality requests and yours relates to something that would need to happen in the main application, I’m afraid we have to decline this suggestion, but don’t take it personally – we would still love to see you make your suggestion in the Xero Community forum: https://community.xero.com/business/
-
Make Company -> Line of Business readable via the API
It would be useful to be able to access the "Line of Business" field programatically, which would allow developers to then build analytic tools for accountants
1 voteThe line of business field is now returned on the GET Organisation API call: http://developer.xero.com/documentation/api/organisation/
-
correct your flash player detection so that it accepts flash 11.
I am a linux 64 bit user, and therefore I need to use flash 11 (since flash 10.x is only 32 bit). Flash 11 is already on release candidate stage and I use flash sites everywhere without problem. But when I try to use xero it says "You dont have flash player installed".
1 voteSorry for the late reply, this was missed as it is not an API request, but I can confirm the flash detection issue was fixed a couple of weeks ago.
- Don't see your idea?