Skip to content

Accounting API

Welcome to our official feedback forum for the Xero Developer API.

The Xero product ideas site is the best place to submit feedback for improving Xero.


  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

100 results found

  1. Add total discount on invoice

    My client need to add total discount on entire invoice rather than giving discount on each item.
    This would be great if we have such option.
    Thanks
    Sanjay

    15 votes
    1 comment  ·  Invoices  ·  Admin →
    How important is this to you?
  2. Enable the total number of units across all line items on an invoice to be automatically calculated.

    Enable the total number of units across all line items on an invoice to be automatically calculated.

    13 votes
    3 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  3. use Contacts' tax details on invoices

    This almost seems to be a bug, since the Xero web interface works differently than the API.

    In the "Tax" section for a Contact, the help message states: "Each account you code an invoice to will have a default rate as specified in the Chart of Accounts but if you have specified a rate for the Contact here, this rate will override the default rate from the Chart of Accounts."

    This works when adding an invoice using the web interface, but adding an invoice using the API results in the wrong tax type and wrong calculated total.

    12 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  4. Add User element to Invoices API to allow Suppliers to approve system generated invoices

    Added to wrong section, moving here to Invoices.

    I'd like to generate draft Bills for my subcontractors via xero api, and let them review and submit the invoice. If the User element is exposed like it is in expense claims, then the invoices will be available to the users that it is attached to, and have the draft invoice role.

    12 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  5. Allow support for html content in the line items description via API.

    When invoices are sent to XERO from ProWorkflow, the html characters are showing on the invoices as tags rather than getting rendered properly. Some of our customers who use ProWorkflow and XERO heavily also use the html content in their line item descriptions which obviously causes issues for them as the invoice doesn?t look the same anymore.

    I was wondering whether you guys had any thoughts or plans on how we can send html content in the line items over to XERO without stripping all the html characters and get them displayed properly in XERO?

    11 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  6. Ability to configure the email (to, subject & message) when creating repeating invoices via the API

    It's great to see that creating and deleting repeating invoices is now available in the API. However, there was one crucial thing that was missed: There is no ability to create/define the EMAIL MESSAGE that gets sent with the repeating invoice.

    The documentation mentions “You can use the API to trigger the email of an approved repeating sales invoice out of Xero by setting the ApprovedForSending to true and the status to AUTHORISED.”

    The API has the fields SendCopy, MarkAsSent and IncludePDF, but there is no ability to define the actual content of the email.

    This has somehow been missed.

    9 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  7. Update Prepayments and Overpayments via API

    We can currently create Prepayment Invoices using the Bank Transaction endpoint (all of this also post applies to Overpayment Invoices too). This returns a list of information about the created bank transactions including Prepayment (or Overpayment) IDs.

    The Invoice Number is autogenerated by Xero, and we're only able to change it using the UI.

    There are are Prepayment and Overpayment endpoints in the API, but these only allow us to GET one (or multiple) invoices, and PUT allocations for an invoice.

    It would be great to see either:

    1. A POST method on the Prepayment and Overpayment endpoints (this would allow…
    9 votes
    1 comment  ·  Invoices  ·  Admin →
    How important is this to you?
  8. GET invoices endpoint returns tracking option ids

    I would like for the GET Invoices endpoint to return tracking option Ids on line items, for example: GET https://api.xero.com/api.xro/2.0/Invoices?page=1

    Tracking options are returned when getting a single invoice, for example: GET https://api.xero.com/api.xro/2.0/Invoices/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

    9 votes
    1 comment  ·  Invoices  ·  Admin →
    How important is this to you?
  9. 9 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  10. Pass the PDF attachments when sending an invoice through the Xero to Xero network

    Currently when you send an invoice via the Xero to Xero network it does not pass a PDF copy of the invoice as an attachment.
    You have to download and re upload the PDF which takes away from teh benefits of sending through the Xero to Xero network

    9 votes
    1 comment  ·  Invoices  ·  Admin →
    How important is this to you?
  11. Insert invoice lines via the API

    Currently you can do this only by resupplying ALL current invoice lines along with the new line. There is a concurrency issue here between when the invoice was read via the API and resupplied to the API for the update. Can you make it so we only have to supply the new invoice line to the API and it be added to the invoice?

    8 votes
    1 comment  ·  Invoices  ·  Admin →
    How important is this to you?
  12. Make the API invoice email the standard html email not plain text

    Currently when sending the invoice email from the API it sends as plain text. Update it to send the standard html email with the green 'Pay Now' button.

    8 votes
    1 comment  ·  Invoices  ·  Admin →
    How important is this to you?
  13. Ordering of line items should also be possible from create or update of invoice

    Ordering of line items should also be possible from create or update of invoice .Some field in LineItems in Invoice i.e sort order where can mention from 1 to 999 .... 2 lineitems with same sort order will be arranged alphabatically using their item code.
    It is an important to have feature as it effect invoice look

    7 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  14. Include ContactNumber in the response for GET CreditNotes

    GET CreditNotes has the InvoiceNumber field but not the ContactNumber field. It would be quite nice to have both.

    7 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  15. Associate Invoices (ACCPAY & ACCREC) to Xero Project Via the API

    I need to be able to associate an ACCPAY to a Xero Project via an API.

    6 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  16. Reconciling an existing payment with an allocated invoice

    So, I have an invoice with its payment but it's set as unreconciled I'd like to update that payment and set it to reconciled but i get the error: "Message": "Payments against invoices or credit notes cannot be updated."
    Is there anyway i can reconcile this invoice and payment via API?

    6 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  17. Allow an objectId as the pagination start point.

    GET https://.../Invoices?order=UpdatedDateUTC%20DESC&page=2

    OR

    GET https://.../Invoices?order=UpdatedDateUTC%20DESC&id=12345

    Either way both return 100 results either starting at page 2 or at object with id 12345

    6 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  18. Add Progress Percent Completed in Invoice

    Add "PercentCompleted", "TotalEstimate" and "InvoicedPreviously" in Fields you can insert into a custom template so that invoices generated from Projects so the customer can see how far they are along the job and each task is toward completion.

    6 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  19. Add ability to delete Attachments

    Using an A/R Invoice as an example, at the moment you can upload a new attachment, retrieve a list of attachments and download attachments. I would like to have the ability to delete an attachment - for example you might have uploaded the wrong attachment, but you need to login to the main Xero website to be able to delete the attachment.

    6 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  20. Identify which Bills are associated which which task

    When you associate a line item with a task, it is then an expense on that task. It would be useful to be able to query the task to retrieve information about the expenses.
    You will then be able to get an end to end of bill coming in to invoice going out charging for that bill.

    6 votes
    0 comments  ·  Invoices  ·  Admin →
    How important is this to you?
  • Don't see your idea?

Feedback and Knowledge Base