581 results found
-
AccountID to come across with Payments when getting Invoices from Xero API.
Hi there,
At most when I am doing a GET for Invoice details; the payment details that come across do not have the AccountID
This is the maximum amount of information I am ever getting from a Payment on an Invoice
PaymentID => 22974891-3689-4694-9ee7-fd2ba917af55
Date => 2017-10-18T00:00:00
Amount => 148.50
Reference => Chq 409But if I do a Get on the Payment ID I can grab the full details;
Can we get the AccountID to appear within the Payments array of a GET Invoice request?
Thanks
1 vote -
Retained Earnings / unrealised FX (system account) journals
Xero has 'system' accounts where journals are not posted, but values are calculated by reports. Therefore when pulling the journals from Xero, we can not accruately recreate the balance sheet and P&L (as vital journals are missing). Therefore in this respect the Xero API is incomplete.
Specific examples of the Journals API misses:
- Retained Earnings journals (this is instead calculated by a report)
- Unrealised FX journals (again calculated and shown only in the report)
- May also be the case for other system accounts.
The calculations made by the reports could be made available via the API to provide a complete…
47 votes -
amend the account transactions report
include the proper payment or sales description inputted. The report currently shows the supplier / customer in the description column and doesn't pull through the actual description e.g. flight for programme manager to attend conference.
I need separate columns for the description I entered and for the supplier /customer for donor reporting and I currently have to mess around with several different reports to put the information together for our donor.1 vote -
Bank Statement Query-Click on searched transaction to enter details
'Upon searching for imported/feed bank transaction, to click on said found transaction to enter/create details/transaction & reconcile'.
I have a lot of US Dollars transactions that come through the credit card & bank account - I need to search for the AUD value before I can input it via the bank feed 'bank statement' tab. Many are once off suppliers, so no need to enter bills - esp as I dont get paperwork with AUD only USD. It would be great if I could then click on said found transaction to complete the process and reconcile. Even if it takes…2 votes -
Add planned date when you create new purchase invoice
Add a 'planned date' box for when you create a new supplier invoice to save having to change screen (e.g payments are made 35 days after receipt of invoice or a particular day each week). Currently you have to change the screen to enter the planned date.
1 vote -
Items Endpoint API response
I would like to have the value of "Quantity on Order" field while making GET request to items.
1 vote -
1 vote
-
Webhooks - support for Payments endpoint
Now that the Webhooks for Contacts and Invoices is in open beta please add support for the Payments endpoint as the next endpoint to be supported. Many of our customers need to be notified when a customer has paid an invoice and update their internal CRM systems. Would love to be able to do this without having to poll for new payments.
7 votes -
Replace / Fix inaccurate text when non-Admin user attempts to connect via API
This idea will take about 15 minutes to implement, so I hope it is looked at soon.
When a non-Admin user attempts to connect a Partner App to Xero via the API, they are given an inaccurate message. The message reads
"You don't have a Xero Organisation yet."
This is inaccurate, as they often do have a Xero Organisation but are not an Admin. This leads to wasted time, support calls, irritated users, and unhappy partners.
Please replace that above message with something like
"You are not an Administrator of any Xero Organisations yet."
https://breadwinner.com/wp-content/uploads/2017/12/Xero-inacurate-error-message.png
1 vote -
Inventory items webhooks
Many thanks for adding Invoice/Contact webhooks. We'd love to get inventory items to be the next cab off the rank.
Syncing stock for tracked items is what we're trying to achieve. So if we could be told when inventory items have changed, specifically in terms of QuantityOnHand.
12 votes -
Web Hook - Notify on bill change
Can web have a web hook that notifies on bill events such as in the below list so that bills that are entered through the API can be updated by the Xero web hooks service on business servers...
Proposed events...
- Bill Update (such as adding or removing line items, changing bill numbers, etc)
- Payment recorded against bill
- Credit note applied against bill1 vote -
Be Able To Get Customer Credit Rating Through The API
Given that credit ratings can now be shown for customers in the main application I would like to suggest that the credit rating, even as a number or as a descriptor (matching the rating gauge in the main interface, be made available through the API in the contact payload data so that when viewing customer data through the API the credit rating can be seen as well.
1 vote -
Create an API for the Expenses by supplier report
We would like xero to build an API to extract the report called "Expenses by supplier". Currently to extract spend by supplier we have to extract all payments and bills and build this back up ourselves.
2 votes -
Issue on Put method for creating a tracking option - Python
I want to create a tracking option ((i.e) Add tracking option) under the respective tracking category, using Xero tracking category API for my organisation. But while creating data using 'put' Requests method, it is not creating.
I am using the below condition in python:
response = requests.put(url=url, auth=oauth, data=xml_string)
I want to know, what is the format for the data to be updated in the requests, for both content type xml/text and application/json.
xml_string and url, I given is below:
xmlstring='<Option><Name>S11963</Name></Option>'
url = 'https://api.xero.com/api.xro/2.0/TrackingCategories/{TrackingCategory}/Options'where Tracking_Category='620815a2-a7c6-4b85-8b01-ffb254ab34ad'
Error: <ApiException xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r\n <ErrorNumber>500</ErrorNumber>\r\n <Type>UnknownErrorException</Type>\r\n <Message>An error occurred in Xero.…
2 votes -
Include also zero balances account in result
When an account has a zero value in the P&L Report (but also in all others), it is excluded from the returned data.
The request is to provide in the result all accounts, even if they have 0 balance and/or no transactions2 votes -
Access checks via API call
The idea is to traverse the checks object, and the transaction associated via API. In the end should be able to jump to associated transaction and download attachments too.
32 votes -
Allow case insensitive search on Item codes
Apparently there is an unique index on Item codes which is case insensitive, i.e. you can not create a different item with the same code with a different case. However the API doesn't allow case-insensitive search on item codes, which is really awkward. This is a big problem when you get an error when inserting a new item because of an earlier item with the same code but different case. It's very hard to find the original item in this case.
7 votes -
Remove personally identifiable information from error messages for compliance
API error responses in Xero contain a substantial sack of unnecessary XML which complicates compliance with data-privacy legislation (GDPR for example). Included in the error response is the original request XML. The original request will most likely contain personally indefinably information which means these messages require substantial filtering before being returned into logging systems or error notification infrastructure.
In some cases the error message itself contains customer information i.e.
<Message>The contact name Bob Smith is already assigned to another contact. The contact name must be unique across all active contacts.</Message>. Perhaps in these examples it would be better if…1 vote -
fix bug - universal search for numbers ending in "00" eg "2300"
when using the universal search, the search never finds invoices or bills ending in 00. For example search for invopice number "2300" this will return zero results. If the search is conducted from within the Sales search the invoice can be found.
This issue also relates to Purchase orders and bills ending in 00
1 vote -
"Permit Number" field for Singapore-based Entity expose via API
We will need that field to integrate with our external CRM system.
1 vote
- Don't see your idea?