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

Private applications cannot request a Request Token error while connecting Xero web API

I am following below VB.Net example application. https://github.com/SuperRoo/Xero_Asp_VB_Net_Connection_Example The code looks promising. But when I run the application, below line gives an exception. Dim token As RequestToken =…
nzkks
  • 106
  • 7
0
votes
1 answer

Performance of adding tracking category options using Xero API

I'm trying to add ~20 tracking category options programmatically and I've seen that calls to add the first two values returns in < 1 second, but after that calls timeout. If I restart with a new session, I see the same behavior (first two calls are…
Sandeep Phadke
  • 862
  • 9
  • 23
0
votes
2 answers

Laravel dependency injection / IOC

I'm attempting to integrate to the Xero API - I'm using the following wrapper: https://github.com/drawmyattention/xerolaravel I'm able to access the API with the Facade methods but I would really like to resolve the dependencies and do it all…
ExohJosh
  • 1,832
  • 16
  • 22
0
votes
1 answer

Xero API - Payments

I am trying to integrate the Xero API into an application I am working on. I have the ability to get the invoices as well as set up new payment. I want to make it so that customers can come online and pay their invoice using Go Cardless and then…
Phorce
  • 4,424
  • 13
  • 57
  • 107
0
votes
2 answers

How get all organization name in xero api for private app?

I am new in API integration Here is my request code-
  • Organization
  • if (isset($_REQUEST['organisation'])) { $response = $XeroOAuth->request('GET', $XeroOAuth->url('Organisation', 'core'), array('page' =>…
    0
    votes
    1 answer

    AWS data into Excel?

    I have a client who has asked me to take a look at the spreadsheet that they use for manipulating AWS data in order to import sales invoices into Xero....I'm just wondering if it's possible to directly query AWS from Excel?...this would streamline…
    dazzathedrummer
    • 511
    • 2
    • 10
    • 26
    0
    votes
    1 answer

    Issue with Headers when using oAuth token to connect to Xero API via HTTParty

    I'm trying to connect to the Xero API via a Public application, and I've got a separate process that does the oAuth flow which stores off the token and token secret which I then turn around to use in this script. My issue is when I go to use that…
    gorlaz
    • 468
    • 6
    • 20
    0
    votes
    0 answers

    Uploading .pfx file to Azure with 0 bytes

    I'm trying to upload a .pfx file (which is 0 bytes) for authenticating an API app on Azure, but I'm having trouble meeting the file the file constraints requiring it to be atleast 1 byte. Anyone else run into this problem?
    Vong Ly
    • 187
    • 1
    • 1
    • 10
    0
    votes
    1 answer

    Xero API - Batch timeout

    I'm trying to batch my invoicing requests to Xero using the PHP-lib, but anything more than 10-15 requests and it times out. An 18 invoice request of 70kb is taking 5 minutes! This is from both my work PC and our AWS instance (both in…
    Sharn White
    • 624
    • 3
    • 15
    0
    votes
    2 answers

    Xero Integration - API Authentication issue

    We are trying to integrate Xero API in our web system, however, we are experiencing a particular problem which has not been responded at Xero forum pages, therefore, I had no choice to share it here. It is a partner application integration and it…
    memz
    • 45
    • 11
    0
    votes
    0 answers

    Getting correct dates and times from Xero

    A Xero account has a timezone that can be selected from the list defined here. Examples are: MOROCCOSTANDARDTIME = (UTC) Casablanca UTC = (UTC) Coordinated Universal Time GMTSTANDARDTIME = (UTC) Dublin, Edinburgh, Lisbon,…
    Jason
    • 4,411
    • 7
    • 40
    • 53
    -1
    votes
    1 answer

    Connecting to Xero Accounting API from my React App

    I am trying to connect to the Xero Accounting API locally from my react app. I have a this API call setup so it sends a call to the backend authorize and then I have a callback API call that'll return a access_token that I can use to make calls for…
    -1
    votes
    0 answers

    Xero connections API working fine in postman with Authorization header but not with the angular httpClient using same Authorization header

    Get API from Xero https://api.xero.com/connections is giving CROS / unknown error in angular httpClient get call with the same Authorization header bearer token, but in post man it is repsonding with tenent details. I tried using localhost http and…
    -1
    votes
    0 answers

    How to implement a FastAPI app working with Xero?

    I'm developing a FastAPI app. Now I need to integrate Xero in our app, but the authentication cannot pass. It gives me this error: xero_python.exceptions.OAuth2TokenGetterError: Invalid oauth2_token_getter=None function.Here is my code: import…
    Yifan Hu
    • 1
    • 1
    -1
    votes
    1 answer

    Why am I unable to retrieve a Xero item by identifier with a valid access token from Postman?

    xero developer api not authorizing i generated the access_token from the endpoint postman screen shot for access token when i try to get xero item i am getting screen shot for item end point this endpoint should give the item with identifier…
    moslem parve
    • 5
    • 1
    • 9