Questions tagged [xero]
134 questions
0
votes
0 answers
Xero Client error: `POST https://api.xero.com/payroll.xro/1.0/Timesheets` resulted in a `400 Bad Request` response: 0Bad request
Need help to fix Xero SDK v2 issue posting/creating timesheet. Xero PHP API reference https://xeroapi.github.io/xero-php-oauth2/docs/v2/payroll_au/index.html#api-PayrollAu-createTimesheet
My code is below
require __DIR__ .…

Guri
- 83
- 8
0
votes
0 answers
Xero API Disconnect Issue ,Not able to see login screen after disconnecting
I am disconnecting with xero as per the xero documentation that is revocation of the connection and deleting the organization which are connected and both the apis are working fine. But when I disconnect and click on connect again it still remembers…

test duck
- 1
- 1
0
votes
0 answers
Contacts created via the APi are not showing in the Xero app
We've setup an "app" using a custom connection, and we're using the xero-ruby gem in a Rails app to interact with Xero. Using the accounting_api.get_contacts('').contacts method, I can see the contacts in the "Demo" company supplied by Xero. When…
0
votes
0 answers
In here I'm trying to get particular employee's all data using Xero with .net
I'm using, Xero sdk for my .net project(using Xero.NetStandard.OAuth2.Api;using Xero.NetStandard.OAuth2.Model.PayrollAu;)
public XeroAuth _xeroAuth;
public PayrollAuApi ipayrollAUApi = new PayrollAuApi(); //*************
private…

Asanka Yaparathna
- 25
- 6
0
votes
1 answer
What is the distinction between a payment and transaction in the Xero API?
What is the distinction between a payment and transaction in the Xero API? Does a payment create a transaction? Or are transactions only created when they are manually added? Are all organic transactions coming in as payments, rather than…

be2213444
- 607
- 1
- 4
- 10
0
votes
0 answers
How to bring data from SQL database (hosted in Azure) to Xero
I am looking to bring data stored in our organization's SQL database (hosted in MS Azure) into Xero (Blue) and eventually to XPM.
I understand that Xero currently supports OAuth2.0 and I am trying to use OAuth2.0 to accomplish this.
I have read…

Rishi
- 11
- 3
0
votes
1 answer
Insert Nested JSON data into SQL
I've been working on a issue with ingesting Xero Report data into our Data Warehouse. The way Xero generates the data is annoying and deeply nested.
{
"Id": "2af62c5f-dc79-4b6d-9658-bd94446e3c01",
"Status": "OK",
"ProviderName": "Data…

Bryton Wishart
- 43
- 6
0
votes
0 answers
I want to integrate Xero with my WordPress and want to retrieve invoices data with invoice id
I want to integrate Xero with my WordPress and want to retrieve invoices data with invoice id . I referred some docs but they said to use composer but in WordPress I don't have composer to install library's. So some one help me out how to integrate…
0
votes
1 answer
How to get WorkflowMax API Keys?
Workflow max website not showing any details regarding API keys. Is there any way to get the necessary API keys?

Vel
- 194
- 1
- 12
0
votes
1 answer
XERO API Develop show me the cross-origin when Request TenantId visa ajax request
Since I develop the api of the xero, when I get then token is right[https://identity.xero.com/connect/token], but then i request tenantId[https://api.xero.com/connections] show me the error "cross-origin", but it can run in postman.
I do not want to…

alice jick
- 11
- 1
0
votes
1 answer
cant extract date '/Date(1617667200000+0000)/'
I am using cakephp4 and a Xero API. I can't find the code to convert a date returned as '/Date(1617667200000+0000)/' from a Xero API. It is a timestamp with the first 10 digits eg the $rr=gmdate("Y-m-d", 1617667200); will work but I can't hardcode…

atown99
- 109
- 12
0
votes
2 answers
Get Contact Details based on Contact Name from Xero API using Oauth2
I am fetching contact's details from Xero based on name via Xero API ( using OAuth2). Now the problem is,I can get contact's details but some details are always null e.g Tracking Categories.
I contacted Xero support for this. they suggested to fetch…

Jolly
- 314
- 3
- 15
0
votes
1 answer
How to get a webhook notification for a paid bill in Xero?
How can one get a bill paid notification by webhook?
Although webhooks have been configured and work correctly, there seems no resources available to explain how a paid bill can be processed with own third party integration.

codebird456
- 505
- 8
- 19
0
votes
1 answer
How to Update an Xero Invoice Using wp_remote_post()
I am trying to update the invoice template of an Xero invoice. My issue is that I get a 400 error and a response saying:
NoDataProcessedException No data has been processed for this endpoint. This endpoint is expecting Invoice data to be specifed in…

Reece
- 2,581
- 10
- 42
- 90
0
votes
0 answers
Error 500 when try to create bill invoices by batch in Xero
I always get error 500 when I try to create bill invoices by batch in xero. When I send the same invoices one by one - all ok.
The whole text of that exception:
xero.exceptions.XeroInternalError: {"Title":"An error occurred","Detail":"An error…

huligan17
- 23
- 1
- 2