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
0 answers

I have just updated my Oauth security certificate for my Xero private app and I now get a 'ERROR: 1Curl error: '

My Xero private app has been working well for about 5 years using the provided php wrapper. After updating the cert today I now get 'ERROR: 1Curl error: ' when I call a put API. The app was working fine yesterday but today the cert expired and I…
0
votes
0 answers

How to concatenate a string and input value to go in JSON for xero api

I am trying to add values to a JSON object to post an invoice in the Xero API. When I do it with simple text values it works fine and when I used input values it also works fine, but if I try and combine the two, like invObj.InvoiceNumber = "INV-"…
twl2009
  • 79
  • 1
  • 11
0
votes
0 answers

Web API that contacts to Xero in C#

I want to make web api which contacts to XERO. Can anyone please help how to create rest api for this. I have tried following but it is not working https://github.com/XeroAPI/Xero-Net but it doesnot work without taking user to browser. I have also…
Jolly
  • 314
  • 3
  • 15
0
votes
0 answers

Xero and Filemaker Inventory and PO Integration

The company I work for in the the process of converting to Xero from MYOB. I'm currently developing a Filemaker database that will handle Estimates, Jobs, Inventory, Purchase Orders, and several other entities. I'm trying to work out the best way to…
Stewart Pye
  • 1
  • 1
  • 1
0
votes
1 answer

xero oauth/Authorize showing login page instead of asking for access

I went though the developer documentation on xero https://developer.xero.com/documentation/auth-and-limits/public-applications which I was stuck with then I found a youtube video https://www.youtube.com/watch?v=BzZpgSHdKfU which is quite nice but…
Dora
  • 6,776
  • 14
  • 51
  • 99
0
votes
1 answer

How do you setup One website linked to many Xero Accounts

My client wants to build an website app that allows customers to link their Xero account to the website so that certain actions such as create/manage employees can be updated in the website and also pushed to the respective user's Xero account. I've…
Rob
  • 10,004
  • 5
  • 61
  • 91
0
votes
2 answers

Bill Reference Number not populating in Xero API

I'm creating a bill (supplier invoice) in Xero API (C# .Net). Everything populates perfectly except for the Reference number which remains blank. Excerpt: var invoiceObject = new Invoice { Reference = "TEST123", Contact = contact, Date…
SimonGoldstone
  • 5,096
  • 3
  • 27
  • 38
0
votes
1 answer

Retrieving multiple Organisations from a single logon - through API

On the Xero website, i can click on "My Xero" and it will return a list of organisations that i have created. Is it possible to return this list of organisations through the API functionality Currently im logging in (through oauth) and then i only…
0
votes
1 answer

Which type of Xero application should we use?

We are creating an integration application which will sync data between Dynamics CRM and Xero. We are now at the stage where we need to decide which type of application we should use to connect to Xero and perform operations. The application will…
0
votes
1 answer

Xero API Oauth / API Calls From a Subdomain

Due to changes in my company we need to use 2 servers for handling the Oauth process of our Partner Xero integration. I would love to know if there are any restrictions for going through the Oauth process / making API calls from a domain different…
GuyS
  • 23
  • 4
0
votes
1 answer

Re-generate Keys error in the Private App screen

I have create a private app in xero developer and authorized for 'Demo Company (Global)'. Then, the keys were generated. However, if I click on 'Regenerate Keys', then there are errors and the dialog box won't go away
Rajesh
  • 91
  • 1
  • 6
0
votes
1 answer

Identifying company - API

Xero-java-sdk: While make AccountingApi calls, there is no mention of the company name as parameters in the api call. How does the javasdk know, which company the api is referring?
Rajesh
  • 91
  • 1
  • 6
0
votes
1 answer

Contact - Default Currency

In xero-java-sdk: The contact object has 'DefaultCurrency' field. While retrieving the Contacts using the sdk, the DefaultCurrency is set as null. What is the idea of this field? What is the currency of a Contact in xero?
Rajesh
  • 91
  • 1
  • 6
0
votes
1 answer

Xero previewer not displaying Employees

I am setting up a Xero payroll integration using an Australian demo company. I have set up a private api key and using the previewer to check the responses to retrieving all employees. There are 6 test employees and when I use the following…
Cath_K
  • 1
0
votes
1 answer

Testing with the DemoCompany

I am exploring the xero java-sdk https://github.com/XeroAPI/Xero-Java. There are Junit tests. I want to use the tests with respect to my "Demo Company' or with my any other company. What should be changed in the tests?. The tests are located…
Rajesh
  • 91
  • 1
  • 6