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
1
vote
2 answers

Sudden Certificate Verify Failed on Xero Public Application

Our staging server is connecting to our Xero Public Application perfectly fine, that is up until now (Dec 7, 2016). For some strange reason it is now returning the following error: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3…
Ardee Aram
  • 4,740
  • 8
  • 36
  • 37
1
vote
2 answers

Multpile inheritance and different kind of method. What does these kind of method and inheritance mean?

Hi I need a bit of help understanding these codes. These are from Xero Api and unfortunately there is no commenting so am struggling to understand the below codes. public abstract class XeroReadEndpoint :…
Suman Palikhe
  • 357
  • 1
  • 4
  • 16
1
vote
1 answer

How to integrate XERO in ios APP

I would like to know is there any SDK for XERO to integrate in to an iOS app. If there is, what is the process? I would like to share images(e.g. some bill images) to XERO from my app I can't find any API links for iOS and it would be helpful if…
1
vote
1 answer

Convert a collection into an Eloquent object

Currently I'm using the Xero API inside Laravel 5.2. I would like to use the power of Eloquent with this data. Actually I can recover invoices and even filter them using chaining methods as shown: $invoices =…
Joss
  • 535
  • 1
  • 8
  • 28
1
vote
1 answer

Xero Partner API Oauth certificates issue when trying to obtain tokens ( Linux / Perl )

I am attempting to complete our integration with the Xero Partner API and am having some trouble with the Oauth process for obtaining tokens. We didn't have a problem with this using the public API but with the partner API that requires a client…
GuyS
  • 23
  • 4
1
vote
1 answer

Xero api not returning values when querying invoices by contact Id

I need to get invoices for a contact by contact Id, therefore I wrote Query 1 similar to Qusery 3 (which is working for payments). My objective is to query invoices from a field belongs to it's associated object Contact. But Query 1 returns 0…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
1
vote
1 answer

Deleting credit note allocation to Invoice in Xero

I have been working with the Xero API for some time but have not found a solution to my problem. As per the API, payments to invoices can be removed by using the following documentation http://developer.xero.com/documentation/api/payments/, which I…
strate4ward
  • 31
  • 1
  • 3
1
vote
0 answers

Installing and configuring Xero certificates, Azure web apps

I'm trying to get Xero Partner authorization working on my Azure web app. When I got the token from Xero team, they directed me to their documentation page "Partner Applications with IIS". There are several steps that must be followed in order to…
Xardas
  • 1,777
  • 6
  • 20
  • 31
0
votes
0 answers

Xero api mixed tax input

Our application allows the user to enter a receipt. The receipt is for $1010 and only a portion of this attracts GST, say $10. When we are writing to the api, it tries to calculate GST: And an error occurs: The specified TaxAmount -10.00 does not…
Hoffmania
  • 926
  • 2
  • 7
  • 15
0
votes
0 answers

Xero webhooks with oauth

I am trying to integrate Xero with Business Central and would like to use invoice webhooks to post payments and credits in Business Central. It is my understanding that Xero webhooks cannot be configured to use oauth but solely does a single call to…
rpuelma
  • 13
  • 2
0
votes
0 answers

Authorised invoices pending approval in Xero api

I have an app that has been working since 2018 in the last few months all invoices sent to Xero as DRAFT and then set to AUTHORISED are saying pending approval in XERO. This is causing my client some issues in having to manually confirm them…
ThurstonLevi
  • 664
  • 13
  • 34
0
votes
1 answer

XERO API Returns HTTP 503 when sending multiple invoices in one requests

One of my clients gets HTTP 503 every time they try to send multiple invoices in one request. Is anyone else having this issue? I am using CURL to send a request to XERO, is this message from XERO? Response Header Response Body Thanks, Komal
Komal
  • 1
0
votes
0 answers

Azure B2C with Xero identity provider

I am trying to integrate a Xero to let users authenticate with our SPA app and REST API utilizing Azure B2C. The scenario I am looking for is sign in only for local accounts and Xero users, whose accounts will be created before the first sign up…
0
votes
1 answer

Create Batch Payment in Foreign Currency

We are currently using the "Xero API" NPM package and are having an issue when creating a batch payment for a Foreign Currency. We are a British based company and our organisation base currency is "GBP". We have suppliers that are in different…
0
votes
1 answer

Xero API [contacts] does not populate the [ContactPersons] field

I recently found that calling https://api.xero.com/api.xro/2.0/contacts returns results but does not populate the ContactPersons field, and it's always empty. However, calling the API with the ids query parameter populated, then it does populate the…