582 results found
-
Allow us to have our invoices from Xero "sent by the xero network" so they automatically load into draft bills.
Allow us to have our invoices from Xero "sent by the xero network" so they automatically load into draft bills.
1 vote -
allow endpoints for IAS & BAS reports
Make API endpoints for Activity Statement, Payroll Activity Summary and BAS Advisor report.
1 vote -
PAYGW Period in Organisations Settings endpoint
In the organisations settings API, it does not send through the PAYGW period for Australian entities. In our app, the user currently has to manually choose this in our app, whereas it could be automatic if it was added to the API.
1 vote -
Include formulas in Balance Sheet report via API
Some lines in the balance sheet report are the result of formulas e.g. Net Assets. The formulas are included in the Excel export but not the API response
Include the formulas in the API response so that the same functionality can be replicated
1 vote -
API practicemanager v3.1 - Add modifiedSince parameter to the Client GetListPaginated end-point
The current Clients get list end point has as a parameter to bring the last records have been modified. The new paginated clients, cannot be filtered by the same parameter. So I cannot bring only the records that have been modified
1 vote -
Preserve invoice line items if they are not sent
As a user of the API, I want to be able to update the status of an invoice without sending all of the line items along in the payload.
Currently, if I'm updating an invoice's status via the API I need to explicitly send the line items along with the request. If I do not send the line items, Xero deletes and recreates all of the line items even though they're not pertinent to the action (not updating line items, amounts, etc.).
This causes particular issues with inventory decimal precision. Every request needs to send the
unitdpif you want…1 vote -
Ability to Retrieve Latest Active Journal via API
Currently, the Journals API returns multiple lines due to Xero's audit trail and change tracking, which is understandable for compliance purposes. However, it would be incredibly helpful if there were a way to programmatically identify and retrieve only the latest active version of a journal entry. This would streamline integrations and reduce the need for additional filtering logic on the client side. A flag or endpoint for "latest active journal" would be a great enhancement!
1 vote -
Allow updating of PlannedPaymentDate via API
Currently you cannot update an Invoices DueDate or PlannedPaymentDate via the API if there are payments or credit notes allocated to it. This is problematic especially for invoices (such as business rates) that get paid in (monthly) installments.
If the DueDate or PlannedPaymentDate has passed then these invoices do not show up in the Short-term CashFlow view.
I can update the Planned Payment Date through the UI (and I can update the DueDate through the UI as well) regardless of if the invoice has a credit or payment against it, so why doesn't the API provide the same validation as…
1 vote -
API - Account Activity Summary End-Point
Working for an organization currently migrating from MYOB to Xero - their decision.
Replicating existing custom application is problematic due to apparent glaring deficiencies in the Xero API compared to MYOB, despite Xero's age advantage.
An example is MYOB's Account Activity Summary End-Point - called AccountRegister - which lists activity by account by month.
This end-point allows for a fast and simple process to compare Budget values to Actual values, without being forced to trawl through all the transactions, and all of the issues that can cause that to be incorrect.
It seems inconceivable that such a basic end-point is…
1 vote -
custom fields
Allow Client Custom fields to be retrieved with the GET Client API instead of requiring a separate call for each client. In addition to the detailed=true parameter, another parameter like customfields=true to bring all the values into a separate field as a json that can be unpacked.
1 vote -
create a way to enter comments through API in the discuss tab in Xero when reconciling
I'd like to build an automation to enter various comments (of my choosing) in the discuss tab in Xero depending upon what the AI finds in the transaction. The current APIs don't allow for comments to be entered in the discuss tab in Xero.
1 vote -
ManualJournals to have the DATE field as an optimised filter
With the introduction of the MANDATORY OPTIMISED FILTERS, some Xero customers that raise many ManualJournals can no longer access them via the API because the DATE field is not included as an optimised filter.
It's imperitive to be able to filter all transactions by date.
As such, all endpoints should have DATE field optimised.
This ensures we can do things like the follow snippet to pull a single month of data without it putting strain on the xero servers.
?where=(date >= DateTime(2025,02,01) and Date <= DateTime(2025,02,28))&page=1
1 vote -
Quote
I’m currently working with the Quotes endpoint (https://api.xero.com/api.xro/2.0/Quotes) and need to retrieve multiple quotes by their QuoteNumber.
Could you confirm if there is a way to fetch multiple quotes in a single request filtered by QuoteNumber?
Alternatively, would it be possible to support the where filter with OR conditions for multiple QuoteNumber values in future updates?1 vote -
Get shareable Online Prepayment URL via API
Hi,
I saw that there is a way to get an online invoice url via the api. (ref: https://developer.xero.com/documentation/api/accounting/invoices#retrieving-the-online-invoice-url)
We hope to have the same way to easily get a shareable Prepayment URL via API for customers to view as well.
1 vote -
Ability to update Xero Tracking Category on Paid Invoice Items via API
Once invoice is paid, invoice line item tracking category may be updated in Xero system, but can't make it work via API. I keep getting "This document cannot be edited as it has a payment or credit note allocated to it." error instead.
1 vote -
Add additional data fields to the Brex to Xero account reconciliation API (Department, Location & Comment)
The data pulled from Brex in the reconciliation dashboard is not sufficient to reconcile Departments & Locations. Can you add these fields in your API so they are pulled from Brex and included in the Description field? The description field currently lists the vendor again (which is redundant) but it does not list other important fields, such as comments, departments or locations. Can you add these fields in your API interface/pull
1 vote -
Custom Fitted Caps Printing Comapny in UAE
Are you a fan of a fitted caps and want it to completely customise on your choice? Then visit Custom Caps AE because we are the best custom fitted caps printing company in the UAE. Visit us and order your custom cap now!
1 vote -
Apply Branding Theme to Prepayment via API.
So we collect a lot of prepayments in our work, and those require a customized branding theme to act as a receipt as they are unlike the regular invoice payments.
Hopefully in future, there will be a way to apply a branding theme to a specific PrepaymentID via the API too.
Thanks!
1 vote -
Save an invoice as a bill With PDF.
The provision is to save the invoice as a "Bill to Pay" and associate the invoice reference(Custom If Possible) with the bill to pay, including the PDF of the linked invoice via API.
1 vote -
Bank Transfers update and delete support in Xero API
The Xero API supports creating and getting Bank Transfers through the API
It would be nice to have the ability to update and delete Bank Transfers through the API
Original Post: https://github.com/XeroAPI/xero-python/issues/167
1 vote
- Don't see your idea?