Questions tagged [xero-api]

For questions about the API of Xero, the cloud-based accounting application for small and medium businesses.

Official documentation: http://developer.xero.com

628 questions
0
votes
1 answer

OAuth request from javascript

I'm trying to make an OAuth request to the Xero API in JavaScript. The API requires OAuth 1.0a. I want to run the JavaScript on the client's browser, so I would assume I can't use Node.js? The reason why I want to run it in the client's browser is…
Høgsdal
  • 395
  • 4
  • 21
0
votes
0 answers

No Session handle to Renew Token in Xero-Partner-App

Error from Xero : Token does not match an expected REQUEST token The issue seems to be related to the comment from the Xero help site? This error will also occur if the session handle is not used in the access token renewal process. I have…
Mr Bird
  • 1
  • 1
0
votes
1 answer

How to update a contact's batch payment account name and details using the Xero API

I am able to add a sort code, account number and name to the batch payments field as can be seen below. But I am not able to update the "Bank account name" or "Details" fields using the API. Currently I use contact.BankAccountDetails = "678989…
AJ Dhaliwal
  • 661
  • 1
  • 8
  • 24
0
votes
2 answers

Xero - Intent To Receive Ruby

This is the params coming from Xero {"events"=>nil, "firstEventSequence"=>0, "lastEventSequence"=>0, "entropy"=>"KFDXIMNLPDAMRBOEVAVF", "controller"=>"admin/billing/webhooks", "action"=>"handle_hook", "webhook"=> {"events"=>nil, …
Vishal G
  • 1,521
  • 11
  • 30
0
votes
1 answer

Using Xero's Java SDK to support authentication of multiple private apps?

I am using Xero's Java SDK to build my application. My application is now facing a requirement of having to work with several Xero private apps, therefore I need to manage and performing authentication (OAuth) via the key certificate file and…
Zeruno
  • 1,391
  • 2
  • 20
  • 39
0
votes
1 answer

Xero Transactions posted in a nominal account between two specific dates

Basically we are struggling to find APIs that can extract transactional data based on nominal codes. The only APIs available seem to call on Journals, Invoices and Bills separately. In other words, if I want to inquire about transactions posted in a…
0
votes
1 answer

Is it possible to retrive the 'account' associated with a xero bank transaction

I'm using Xero's private API to export bank transactions (so I can automate a bunch of financial reporting). Retrieving the transactions works well (as documented here https://developer.xero.com/documentation/api/banktransactions) but this endpoint…
0
votes
1 answer

Xero integration with Mysql

Perhaps this is so obvious I shouldn't ask! We have succesfully linked to Xero using our own XeroApp & php, and retrieved a complete set of ACCREC data. Next step is to integrate this with the data in our MySQL system. My question is what are the…
paul724
  • 145
  • 3
  • 13
0
votes
1 answer

Integrating Multiple Xero Organizations in Laravel Drawmyattention

I have been using drawmyattention for integrating my laravel code with xero, we get data from clients database and add it into our CRM. Recently, we got 2nd client who also wanted to integrate with Xero system, the problem i am facing is to change…
AbdulMueed
  • 1,327
  • 12
  • 19
0
votes
1 answer

Xero API > Invoices > PUT > Tracking Categories

Following: https://developer.xero.com/documentation/api/invoices#post It suggests you can add a Tracking Category when creating an invoice in the XML format: ABC
rjbathgate
  • 319
  • 3
  • 14
0
votes
1 answer

Check whether new contact already exists in Xero

I am using Visual Studio C# winforms and have installed the Nuget wrapper. I am trying to check whether a contact record already exists in the Xero database. string expected = "Test"; var name=api.Contacts …
John
  • 45
  • 6
0
votes
0 answers

Xeroizer partner application: renew access token not working Rails 4.2.0 Ruby 2.2.9

I am using a ruby gem Xeroizer and partner application https://github.com/waynerobinson/xeroizer and generated pem file as instructed in this link. when I renew access token to obtain long term connection then upon token renewal everything sets up…
M.Umer
  • 71
  • 4
0
votes
1 answer

You are attempting to connect to Xero using TLS 1.0 which has been deprecated. Please use a newer TLS version

I am using Xero in our system and it is .net application. Before Up gradation of TLS version of Xero its working fine but after 30th June its not working. Right now i am use Private application type of Xero. I have download new open SSl certificate…
0
votes
1 answer

Xero API General Error handling

Using ASP.NET MVC 5 and the Xero.API.SDK.2.2.1.13. I'm trying to handle all possible errors thrown when calling the Xero Api. I'm attempting this through over riding the OnException action within my BaseController. This successfully catches all…
MJ_Wales
  • 873
  • 2
  • 8
  • 20
0
votes
1 answer

Laravel Xero The consumer was denied access to this resource

Xero Public API Laravel 5.6 Continue to receive the following error call after approving access for Xero (my app name) to access my demo company in Xero. It returns with an oauth_token, oauth_verifier and org query parameters but fails when trying…
Mick Davies
  • 93
  • 1
  • 2
  • 11