Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

Title: Xero Contacts API only updates “Bills” payment terms but ignores “Sales” payment terms (no error returned) Body: I’m working on a Salesforce → Xero integration that updates contact payment ...
Ob1Newb's user avatar
0 votes
0 answers
25 views

I'm using Xero's createInvoiceAttachmentByFileName function to attach a file to an invoice. The file is stored in S3, so I first generate a pre-signed URL, fetch the file using that URL, convert the ...
Anzar Ahmed's user avatar
-5 votes
1 answer
96 views

I am new to this. I am trying to interact with Xero APIs (identity initially) in C# without using the sdk. I did this successfully in Google Apps Script using UrlFetchApp.fetch but now here is my C# ...
OMS Master's user avatar
0 votes
1 answer
151 views

I am developing an integration using the Xero Accounting API and I am following the standard OAuth 2.0 Authorization Code flow. My application is registered in the Xero Developer Console, and the ...
AnkitKPandey's user avatar
0 votes
0 answers
27 views

I've been trying to POST an Item to XERO but I'm getting the Error17 message that a lot of people seem to have faced, however I've not managed to find a solution here. I'm using Power Automate to ...
Lee Baz's user avatar
  • 13
0 votes
2 answers
72 views

For the Xero webhooks, one needs to validate the hashed payload against the signature in the header. This should be simple, but I cannot get the hashed and base64 encoded payload to match the ...
Lochinvar's user avatar
  • 125
0 votes
0 answers
28 views

Can someone help provide the API for the sales module and the accounting module. I am trying to get the sales from Xero to be integrated with Power BI. Currently I have sales invoices being raised ...
Deoreena Menezes's user avatar
0 votes
1 answer
45 views

I have integrated Xero with Shopify using a 3rd party app (Parex Bridge). I've had no issues with the integration so far, apart from discounts. When I apply a discount to an order on Shopify, the ...
Joe Morgan's user avatar
0 votes
1 answer
77 views

How can I fetch a Trial Balance report for a specific date range using the Xero API? The getReportTrialBalance method only provides a Trial Balance as of a single date, but I need to retrieve balances ...
sandeep1 kumar's user avatar
0 votes
0 answers
50 views

When I create an invoice via the Xero API, is it possible to create a history note along with it? If I'm reading the API documentation correctly, it isn't currently supported. Often I want a note ...
rich's user avatar
  • 19.5k
1 vote
1 answer
116 views

I am using xero-node for javascript development but I am getting an error when I try and create the xero client. I call this code. const consentUrl = await xero.buildConsentUrl() I create the xero ...
RodP's user avatar
  • 393
0 votes
0 answers
76 views

Suddenly my Xero account throwing this exception with Existing Data when trying to get Invoice list "Where clause invocation error: Operations on optional fields must be preceded by a null guard, ...
90-211456's user avatar
-3 votes
1 answer
38 views

I want to create an Item with 3 different price. How can I do that thought the API, what would be the json data that I must send as body?
vhenriquez's user avatar
0 votes
1 answer
80 views

I'm using the xero-python SDK to send invoices and credit notes to my customers via email. Once I've sent an invoice/credit note, I wish to mark it as sent in Xero. I can do this for invoices by doing ...
Joe Morgan's user avatar
1 vote
0 answers
115 views

I have a Xero App that handles REST API calls to my Xero Company data, and also posts data as a webhook when certain records are changed. I perform the Hmac hashing authentication for the webhook ...
Easypete's user avatar
0 votes
1 answer
88 views

I have been using the developer organization for the dev environment fine and have also got a separate live project using the Xero php SDK API absolutely fine, but when I am trying to use the same ...
Chris 's user avatar
0 votes
2 answers
245 views

I'm trying to set up a custom integration for my Xero organisation account, and I'm busy building it with the Demo Company. We have purchased a subscription for the actual organisation which will be ...
Marko Vidalis's user avatar
0 votes
0 answers
42 views

I am currently trying to download a file from XERO intrgrated software I am getting the response from xero but I dont know how to save or download the raw file content. I am using the xero API ...
Harpreet Singh's user avatar
0 votes
1 answer
44 views

I am using calling https://api.xero.com/api.xro/2.0/Reports/ endpoint to get the balance sheet report. Now from the response I need to pick the "Net income" row which is called "Crrent ...
Dattatreya Kugve's user avatar
0 votes
0 answers
211 views

I tried to filter budget and set the http request header ('If-Modified-Since') with a future datetime. I still get all budget rather than the empty. Can anybody help me with the issue? var client = ...
Jack's user avatar
  • 1
0 votes
1 answer
142 views

When sending an Invoice using the Invoice/:id/Email endpoint, I am hoping to be able to attach a PDF copy of the invoice and optionally send a copy to the invoice sender. In the UI, both of these ...
Joseph's user avatar
  • 3
1 vote
1 answer
515 views

I am looking for this API which will return this report data. Does Xero providing any API for same. If yes then please let me know the API details for this. I am looking for this API which will return ...
uttam thummar's user avatar
1 vote
1 answer
489 views

I am working on a project where I need to update the status of a payment invoice in Xero API to "VOIDED" and delete the associated payment information. However, when I attempt to delete the ...
jeffery.yang's user avatar
0 votes
1 answer
20 views

I have a question, what are the headers it passes in the postman background when i click refresh for exprired Oauth bearer token? I need to replicate that to a Python request function This function is ...
BTKCODEDEV's user avatar
1 vote
1 answer
300 views

I am trying to upload a file to an existing invoice and running into nothing but problems using the API. I can GET the files OK so my authentication is all OK. Below is my test code and result just ...
Stacky's user avatar
  • 21
0 votes
1 answer
65 views

I am trying to add a repayment to a client which does not match to any existing invoice, credit or prepayment (weird I know but its what my customer is asking for - it will get journalled off later on ...
Andy Hilton's user avatar
0 votes
1 answer
60 views

I work for a lending company and I am trying to use the Xero API to pull data out of our customers balance sheets. I am following the postman api instructions posted by Xero, but during the ...
mexicanseafood's user avatar
-3 votes
1 answer
147 views

Using MAKE.com, I need to feed a given Google Sheets with a table, where rows represent Journal Lines in Manual Journals from XERO. However, I only need Journal Lines associated to a given set of ...
MarcFRed Tch's user avatar
0 votes
1 answer
294 views

I'm new to Xero and the Xero data model but essentially I'm looking to fetch the "Chart of accounts" data via the Xero API. I need to find all transactions allocated to each expense account, ...
Laura's user avatar
  • 13
0 votes
2 answers
456 views

We created a XERO Web App (Standard web application) and while executing the authorization token API we are getting on below scopes: "scope": "app.connections marketplace.billing" ...
Mahesh S's user avatar
  • 395
0 votes
0 answers
92 views

I am facing below issue while fetching data from Xero. javax.ws.rs.ProcessingException:java.net.SocketTimeoutException: SocketTimeoutException invoking https://api.xero.com/api.xro/2.0/Payments?page=1:...
Vish's user avatar
  • 184
2 votes
0 answers
78 views

We are attempting to recreate Xero's asset depreciation schedule from scratch using information available from the Xero API. The main problem that we are facing is that the depreciation rate can ...
Jaehols's user avatar
  • 46
0 votes
2 answers
993 views

I created account without verification via auth app on a phone, because with that I wont be able to automate it. So first I followed this instruction here What I did is: Step 1: Generated link just ...
alek88's user avatar
  • 11
0 votes
0 answers
54 views

When posting a new contact to the Api Endpoint for Contacts (repeated in the API Explorer), Xero changes the name field when it contains two consecutive spaces. This appears to be unexpected behaviour....
AppyAndy's user avatar
-2 votes
1 answer
220 views

I am trying to make this request through Xero API Explorer https://api-explorer.xero.com/accounting/invoices/createinvoices?query-unitdp=4 { "Invoices": [ { "Type": &...
Charchit's user avatar
0 votes
1 answer
180 views

Hi I dont know if something wrong with my code but When I extract invoices its as if not all information is being extracted. 'm using the Xero API to extract invoice data in JSON format. While I'm ...
Sentinal's user avatar
0 votes
1 answer
570 views

I use the Xero connector to extract data from xero API in Azure data factory. I use OAuth 2.0 config. The connection is successful but my refresh token expires every 30 minutes. Is there a way to ...
Yoshitha P's user avatar
1 vote
0 answers
298 views

I copied data from Xero api to mySQL database using the Xero connector in Azure data factory. However, The copied data did not contain all the data columns. I read in a documentation that Xero data is ...
Yoshitha P's user avatar