726 results found
-
11 votes
-
Allow the full UTF8 character set in Contact Names
Names containing accented characters, eg: Nuñez, are rejected when uploading a new Contact.
13 votes -
Allow Bank Rules to Find & Match
I have lost of customers who make payments "on account" against one or more invoices. If these payments come into a bank account regularly and use the same reference (e'g a customer account number), a bank rule which sets the customer and allocates the whole payment to only that customer's invoices (e.g. against oldest invoice first, splitting if required) would speed things up no end. Much faster than me going through Find & Match every time.
1 voteThanks for your suggestion. This forum is for use for our developer API – any product requests such as this can be sent direct to customer care who track support and raise them with our product team.
-
1 vote
-
All Description on Transfer of Funds
When moving funds between bank accounts you have to use the transfer feature but you are only allowed to enter the Date and From and To Accounts. I would nice to have an ability to add a description or a reference if you are trying to record additional data. This would be particularly useful when you are setting up a control account and you want to reconcile it - You don't intend to import a feed here you just want to manually reconcile the account. (so you need the bank function) but you will be mainly transferring money in and…
1 voteThanks for your suggestion. This forum is for use for our developer API – any product requests such as this can be sent direct to customer care who track support and raise them with our product team.
-
provide transactional support
Allow for batch create/update/delete operations to multiple API endpoints within a single transaction.
5 votes
Public API PM
responded
-
78 votes
-
ezidebit
we require a solution to integrate cusotmers payments by third party company EziDebit
1 voteThis is a duplicate of this entry which is in the correct forum: http://xero.uservoice.com/forums/28866-integration-with-other-products/suggestions/864083-integrate-with-ezidebit?ref=title
-
1 vote
The best place to go for assistance is the Xero Answers for Developers site: http://answers.xero.com/developer/
-
1 vote
We have a thread going here which has a number of votes already: http://xero.uservoice.com/forums/28866-integration-with-other-products/suggestions/347456-integrate-with-connectwise-it-crm-erp-software- please add your support there so we can track it!
-
Send <Payments> together with <Invoice>
We invoice just upon payment, so it would be nice to be able to send <Payments> together with <Invoice>, when creating it, so we don't need to do two separate calls for it.
15 votes -
API to set exchange rates
Create and API entry point to set default exchange rates, just like we do on the Settings page.
Rational: here in Poland, we're obliged to use the Polish Central Bank exchange rates on accounting. Having an API for it makes it possible for us the call it once everyday to set the rate for the next day. Without this we're not able to use Xero officially for bookkeeping. (we have to setup the rates for this whole calendar year!)
15 votes -
Multiple transaction handling with commit and rollback
I would like to have the ability to use the API to enter multiple transactions with the ability to commit or rollback, as appropriate - like you do with a database.
2 votes -
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
-
Allow ID to be specified for new records
This assists when syncing data from external systems or allowing data. For example if I were to sync my CRM's SystemUsers into Xero it would be very useful to share the same GUID on each side.
1 voteIt would not be possible to allow an external system to set a GUID within Xero, but there are options:
For contacts, you can specify a Contact number: http://blog.xero.com/developer/api/contacts/
And for Invoices, you can specify an Invoice number.
For both of these, you can then retrieve that entity from Xero without knowing the internal Xero GUID.
-
In the Invoice API, include the JournalLineID under LineItem details
To enable the ability to trace the journal created by an invoice.
1 vote -
Contacts' creation date exposed in API
Would enable the measurement of new business. e.g. number of new customers since the start of the year and their $ value.
3 votes -
how to use query string with url
i want to get all the invoices where name contains abc, i am using c# for integration, i have tried this
.ForUri(new Uri("https://api.xero.com/api.xro/2.0/Invoices?where=Name.Contains(abc)"))
this will trough an error bad request, how to do this correctly1 voteCode questions are best asked in our developer community: https://community.xero.com/developer/
-
1 vote
-
Specify which account to import FreshBooks entries into
The API sync with FreshBooks currently dumps my FreshBooks transactions into my checking account ledger irrespective of where those funds were actually deposited. This is a serious limitation that needs to be fixed promptly. Most businesses--even small ones--have more than one account. For interest maximization, all deposits at our firm, for example, go into a money market. As cash is needed in checking to cover outgoing money, it's transferred.
3 votes
- Don't see your idea?