I am integrating Xero API into my ruby on rails application, however when trying to get a Token Set I am getting the below error: Please see the co ...
I am integrating Xero API into my ruby on rails application, however when trying to get a Token Set I am getting the below error: Please see the co ...
We think we have a challenge with Xero tokens possibly due to how store and retreive the access and refresh token. We have an application that seems ...
I've got a 3rd party software from CDATA to download Xero data to Excel. It has a max of 13 labels which can be downloaded. This is fine for months. N ...
Everything was fine about line items in an invoice until now when I found it was not deleting all line items by providing an empty array in the Invoic ...
Today i noticed, that Xero Accounting API, endpoint Invoices, Get Invoice returns array with LineItems. The problem is, that API returns 2 decimal pla ...
I'm using the Xero OAuth2 code flow to authenticate my users. I'm trying to use the access token (a JWT) returned by Xero in order to authenticate req ...
We have implemented a webhook receiver in PHP with Apache and it normally works fine. But when the server gets very busy, Apache takes long to complet ...
I have an existing Xero app that's worked well for over a year that uses OAuth2 to connect a small number of organisations to one of three Web Apps: d ...
According to Xero API doc: Field Description Record filter You can specify an individual record by ...
When I run getAsPDF on the Xero side, I get a buffer output like this. I am trying to convert it to base64 format and send it as pdf, but I could no ...
Looking for a list of tables that are accessible to developers to make sure we can accomplish what we're hoping to before going through all of the eff ...
I don't understand how to use offline_access. Could you send me for example how do it? And where can I get a new Refresh token? I added offline_acces ...
We have a provider (Xero) who insist that when we use their site to authenticate a user we must use their OAuth provider process directly, but we're u ...
I am using Django with requests_oauthlib to access the Xero API using the xero-python SDK. Xero Starter Demo requests-oauthlib I am trying to use r ...
I am trying to update Xero contacts, which is part of the invoice in Laravel. I am using Xero-php-oauth2. I have tried The request I am trying to s ...
I am getting this error when trying to call Post Contacts endpoint: {\r\n "ErrorNumber": 14,\r\n "Type": "PostDataInvalidException",\r\n "Message": " ...
I am using the xero-node SDK. I use the getInvoices entry point, and everything works fine meaning that the Invoice data is correct. The Contact JSON ...
I have been dealing with cryptography craziness since yesterday, I 've literally lost my sleep over this. I am implementing a node red solution to ge ...
I use xero-node. I am trying to create contact this way: ... In the result I have Contact with name and account number. Why I can't ad ...
I have copied the sample code from the Xero developers site but keep getting an error with the DateOfBirth here is the code The error I get is Bad ...