38 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
29
views
Xero Contacts API only updates "Bills" payment terms but ignores "Sales" payment terms
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 ...
0
votes
0
answers
25
views
Why is my file attachment corrupted when uploading from an S3 signed URL buffer using createInvoiceAttachmentByFileName in Xero?
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 ...
-5
votes
1
answer
98
views
Porting Xero API Google Apps script code to C# not working
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# ...
0
votes
1
answer
173
views
Facing Error: unauthorized_client : Invalid scope for client for Xero
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 ...
0
votes
0
answers
29
views
XERO API Error 17 NoDataProcessedException POST Items
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 ...
0
votes
2
answers
75
views
Xero Webhooks Intent to Receive - Laravel
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 ...
0
votes
0
answers
30
views
API request for the sales and accounting module in Xero
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 ...
0
votes
1
answer
47
views
Xero API incorrectly updating discount fields for invoice when hitting updateInvoice endpoint
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 ...
0
votes
1
answer
80
views
Fetching Trial Balance for a Date Range in Xero API: Alternatives & Workarounds
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 ...
0
votes
0
answers
53
views
Create a history note when creating an invoice
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
124
views
Why do I get an absolute URL error in xero oauth for a valid URL?
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 ...
0
votes
0
answers
78
views
Xero throwing exception "Where clause invocation error: Operations on optional fields must be preceded by a null guard, e.g. "[FieldName] != null""
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, ...
-3
votes
1
answer
38
views
Create an item with 3 diferente prices
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?
0
votes
1
answer
85
views
Xero API - How to mark a credit note as sent once a payment has been made?
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 ...
1
vote
0
answers
115
views
Securing a Google Function Handling Xero Webhook Data
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 ...