136 results found
-
Create a customer credit limit field and be able to access as a y/n from the API so & I could automatically flag.
I want to be able to freeze or restrict customers accounts in relation to orders or services if they exceed their credit limit on overdue balances.
This is a very clear business need and I hope it could be integrated into your system as I believe it would add significant value to Xero
3 votesAs 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 add your vote in the Xero Community forum:
-
Populate reference field on payable invoices
Would like the ability to set the reference field on payable invoices. This is available on sales invoices but not on payables
3 votesIf you set the InvoiceNumber when creating payable invoices via the API it will populate the Reference field in the Xero UI.
-
3 votes
Thanks for the suggestion!
Unfortunately we have no current plans to provide a “Surrender to MYOB” API function! -
Return bank transaction id in GET Payments
Instead of just the Boolean "IsReconciled" with GET Payments, please include the bank transaction id that could be used to join the payment with a bank transaction from GET BankTransactions.
2 votesPayments aren’t reconciled against “Bank Transactions” from the /BankTransactions endpoint.
“Bank Transactions” are spend and receive money transactions https://central.xero.com/s/article/Add-a-receive-money-transaction
The are reconciled against “bank statement lines” which come in on bank feeds and can’t be retrieve by the API
-
2 votes
-
Customer: "I never received your invoice!". Option to request "Read Email" receipts when emailing invoices
Some of my customers who forget to pay their overdue invoices use the excuse "Oh, I don't seem to have received your invoice".
It would be great if we could have a tickbox option to "Request a Read Receipt" (much in the way you can when sending an email via MS Outlook) so that when the customer reads the email they are then prompted to send a receipt confirming that they've read it.
They won't be able to use the above excuse anymore if they send a read receipt!
2 votesAs 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/
-
Edit the balance sheet comparison dates outside Xero
I use an Add on program with Xero named QuickWin Development. I extract my Balance Sheet from Xero and its sent into Microsoft Excel. It works well except it won't let me extract the balance sheet with editable comparative dates. This is a simple feature when editing the balance sheet inside Xero. So I wonder why you cannot do this when extracting into Excel.
2 votes -
Importing Field Addition (POAttentionTo & ContactEmail) to the Default CSV
Good Day All,
Upon importing the default field "Email Address" or [EmailAddress] this field can only accept one and only one email address. After the invoice has gone thru approval you have a To field when you select the 'Email' Buttion. The sub field to this one is [ContactEmail] but when i added that to my CSV to be imported it was Ignored.Please Add [ContactEmail] to the import so after it is approved the billing manager doesn't need to add a "; [extra email address]" to every statement that it is needed for notification.
Secondly, Xero has a field…
2 votesAs 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/
-
Have integration with or an import function for Quotewerks
Create a partnership with or API for quotewerks to be able to import or synchronize invoices and purchase orders from quotewerks to xero and visaversa.
2 votesAs this forum is for developer API functionality requests and yours relates to something that Quotewerks would need to build. We have an API that will facilitate this.
-
2 votes
As this forum is for developer API functionality requests and yours relates to something that would need to happen in eWay I’m afraid we’ll have to decline this suggestion. Follow up with eWay as per their comment on this suggestion.
-
allow use of the enter key to move through the fields when inputting data
Currently you have to tab across but when entering lots of numerical data it is much quicker to use enter on the number pad instead
2 votesAs 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/
-
create an export of overdue accounts which list the invoices and customer info for when it needs to be sent to a debt collector
being able to export the outstanding accounts with all the contact info, notesand invoice info for each customer that needs to be collected would be helpful
2 votesAs 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/
-
Provide some sort of Metadata / Documention / Help api call like $metadata for OData
We're looking to add Xero into our synchronisation tool, that would allow us to have two way syncing to other systems, such as SharePoint, MS CRM. It would be really useful if we could get a list of rest entities and there schema dynamically so the sync tool would not need to be updated.
2 votesUnfortunately this does not align with our strategy of focusing on our API development and supporting it via SDKs rather than discovery tools.
There are however a set of XSD schemas available: https://github.com/XeroAPI/XeroAPI-Schemas
-
calculate exchange rate automatically for foreign payments
Currently when entering a payment for an invoice in a foreign currency I need to enter the exchange rate. Generally I have to final AUD value and the final USD value, so would prefer the fx rate is calculated automatically.
In addition, it seems the fx rate has limited precision; I end up needing to put in manual adjustments when reconciling which is also a pain.
2 votes -
connecting to xero api with http_oauth
can you please provide some sample code , on how to connect to xero using http_oauth pear package .....
2 votesWe now have lots of code samples at http://developer.xero.com/
-
make Xero contacts available over LDAP
Xero could export contacts via LDAP for integration with VOIP caller ID, email addressbooks and access control systems.
2 votesWhile I think it is a cool idea, it is not our model to provide specific technology interfaces like LDAP – it should be quite straightforward to connect to our API, return contacts in XML, and then make them available over LDAP with your own code.
-
Disable browser autocomplete on global search field
Could the front-end devs please add an
autocomplete=offattribute to Xero's main global search input field like so:<input type="text" id="queryInput" value="xe" autocomplete="off">
The browser's native suggestion dropdown covers the Xero results, which is usually blocking the item you actually want to click on.
1 voteThanks for reaching out but this suggestion is better directed to the core product team over at Xero Community https://community.xero.com/business/topic/23/
UserVoice is for our public API and developer platform.
Cheers
-
REFERENCE Field is now missing for API for ACCPAY invoices
REFERENCE Field is now missing from API calls for ACCPAY (Accounts Payable) as per attached examples, change seems to have happened on the 4th June 2020
1 voteHi Terry,
The Reference field is only for ACCREC Invoices.
For ACCPAY Invoices, the value that is displayed in the UI as ‘Reference’ is returned in the InvoiceNumber field.
So we can support you better in future, please raise these kind of issues with support (api@xero.com) rather than UserVoice.
Thanks,
Adam -
A set of forward/back button links at the top of each page.
When searching through several pages of, say, bank statements to find a specific item it becomes very annoying to have to go back to the bottom of each page to access the button for forward/back. Surely it makes complete sense to have the bottom buttons copied to the top of each page too.
1 voteHi Lynn,
Thanks for the post, however, I believe this suggestion belongs on the Xero community board, rather than the Xero API board as this isn’t API related.
You can find the board to post your suggestion here:
https://community.xero.com/?domain=business -
PaymentServices
what will paramets for /PaymentServices api
1 vote
- Don't see your idea?