729 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
1
replies
41
views
For Xero UK Payroll API: Is there any way to submit total amount of worked hours directly to Xero payroll UK?
I want to post total Worked hours cost to Xero UK Payroll via API.
https://developer.xero.com/documentation/api/payrolluk/payruns
https://developer.xero.com/documentation/api/payrolluk/payslips
{
&...
0
votes
0
answers
43
views
Why Xero Prompts for Company Selection Even When Using Only 'openid', 'email', 'profile' Scopes for Login
For signing in with Xero, I only put the scope as 'openid', 'email', 'profile' but why Xero still prompt to choose a company?
0
votes
0
answers
88
views
Xero Api Webhook Intent to Receive C#
I am struggling to set up my controller to validate Xero's webhook for intent to receive validation. I can't seem to find any documentation on how to set it up in .Net using C#.
This is my code ...
-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# ...
2
votes
2
answers
224
views
Xero : Intermittent "Access Denied" (403) from identity.xero.com/connect/token during OAuth2 token refresh
We're seeing intermittent 403 Forbidden errors when attempting to refresh OAuth2 access tokens using the Xero API (our app is hosted in Google Cloud).
This doesn't happen every time — most token ...
2
votes
1
answer
56
views
Xero API: build a URL to created contact
I have successfully created a contact using the Xero API and can see the 200 response and details returned - what I would then like to do is to create a link to that contact (to store / send to user ...
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 ...
1
vote
1
answer
70
views
How can I include Department data from Xero's P&L Report in my Python API for Power BI?
I’ve successfully created a working connection from Xero to Power BI using Python to pull the Profit & Loss (P&L) report. Now, I've been asked to include department-level (tracking category) ...
0
votes
0
answers
24
views
Using Xero Api is it possible to have different payment methods in a dropdown
I have been looking over payment methods in Xero and it seems i need to attach the payment methods to the branding theme which makes sense. Looking over the docs You may associate more than one CUSTOM ...
0
votes
0
answers
69
views
Webhook Failed to respond in timely manner
I have a webhook that is failing, with the reason "Failed to respond in timely manner.". The intent to receive works when I re-activate the Webhook, but fails almost immediately following ...
0
votes
0
answers
21
views
What is the filename character limit for attaching a file using Xero's API?
I am trying to post an bill, attaching a PDF version of the invoice. I am using the Invoice Number as the filename. Invoice number has a character limit of 255, but using this for attaching the file ...
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
59
views
Xero XPM API - Get Current Invoices 401 Response
We have been authorised to access the Xero Practice Manager (XPM) API and have run the OAuth authentication flow successfully.
I am trying to retrieve the list of XPM current invoices as detailed here:...
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 ...