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

Can we create custom invoice numbers via Xero API

We are using Xero for accounting. We started to develop a booking system for our tour company using Laravel Framework. We can generate an invoice after the booking is added in our new system. The Invoice can be generated for an individual (new…
Johnny
  • 1,685
  • 6
  • 24
  • 42
0
votes
1 answer

Send "Total Vat Amount" with Invoice and Description from my database to Xero account

I am using "Invoice PUT method" to store invoice details from server to Xero account. Is there any way to import "Total Vat Amount" with Invoice and Description? Because some of my old invoice are not include Vat amount. I have found a tag…
user7761600
0
votes
1 answer

Get all journals for Demo UK

I'm attempting to read all the journals associated with the Demo UK company however I repeatedly end up with the same data. I'm calling the journals endpoint multiple times but I seem to end up with the same data. From the API documentation: A…
rahul
  • 407
  • 1
  • 6
  • 20
0
votes
1 answer

PHP Xero Laravel Record Payments

I am using the Xero Laravel wrapper (https://github.com/amochohan/xerolaravel) and want to record payments made against an invoice. I can get the invoice but cannot find how to record a payment using the Laravel Wrapper provided; I have tried a…
Kieran Headley
  • 647
  • 1
  • 7
  • 21
0
votes
2 answers

Authenticating a request to a private application for the Xero API using PHP/Guzzle

I'm trying to integrate my Company's online store (written in php/Laravel) with Xero such that I can create an invoice for each order. For this I have created a Private Xero application, generated the certificate necessary for Oauth authentication…
harryg
  • 23,311
  • 45
  • 125
  • 198
0
votes
1 answer

xero API works on local server but not on production server

I have the strange issue of my crm (cakephp3)was integrated with Xero Api and works fine. I zipped the folder and uploaded it to the live server for testing and on this server (linux php5.6) I am getting this error below and none of the Xero…
jagguy
  • 1
  • 3
0
votes
1 answer

Xero Failed to Validate Signature

I have created a Xero partner app and I have been asked to renew my Entrust Certificate. When I POST to oauth/RequestToken, I get this error: oauth_problem=signature_invalid&oauth_problem_advice=Failed%20to%20validate%20signature Here are the steps…
Joseph Anderson
  • 4,114
  • 4
  • 45
  • 99
0
votes
1 answer

XERO PHP SDK - Get Invoice PDF

I am using the Xero PHP SDK (This one https://developer.xero.com/code-samples/libraries/php/) and I am able to post an invoice with no problems. However, I am having issues understanding how I can retrieve the posted invoice's PDF, as I need to…
Justin Erswell
  • 688
  • 7
  • 42
  • 87
0
votes
1 answer

How can i use dynamic url for XERO call back url

I have developed php laravel 5 web application. I need to connect with XERO account software. this application is public application. further domain is change with each account. Use sub domain for each application. How do I set callback URL? PHP…
Charith Amila
  • 65
  • 1
  • 9
0
votes
0 answers

Using IN keyword or any way to query multiple data in Xero

Good day Everyone, I am trying to sync my salesforce data to Xero. The question I have in mind at the moment is that, how can I send a query to search for multiple data in Xero. What I mean is something like the "IN" keyword in SQL. Query that is…
Hope
  • 644
  • 2
  • 6
  • 21
0
votes
1 answer

Xero API Auth fails using query string using Google Apps Script

I have successfully authorised my Google Apps Script app with the Xero API, and can get trial balances. However once I add a query string (?date=YYYY-mm-dd) to the request I get 401 - not authorised. Adding the query string in the same way I've…
Andrew Roberts
  • 2,720
  • 1
  • 14
  • 26
0
votes
1 answer

While Xero Integration to Odoo , Import data to Odoo gives an error

I am integrating Xero with Odoo , so at time of importing data it is giving error like XeroRateLimitExceeded: please wait before retrying the xero api I also restarted the server and also changed secret api keys and consumer keys but no…
sakib keriwala
  • 129
  • 3
  • 14
0
votes
1 answer

PyXero Library Validation Exception

I'm trying to add a payment to xero using the pyxero python library for python3. I'm able to add invoices and contacts, but payments always returns a validation exception. Here is the data I'm submitting: payments.put([{'Amount': '20.00', …
Dylan
  • 3
  • 1
  • 1
0
votes
1 answer

Connect to Xero API(Public Application)

I wanted to connect to Xero API and I have this following codes: using Xero.Api; using Xero.Api.Core; using Xero.Api.Example.Applications.Public; using Xero.Api.Infrastructure.OAuth; using Xero.Api.Infrastructure.Interfaces; using…
Jen143Me
  • 273
  • 7
  • 24
0
votes
0 answers

DotNetOpenOAuth Content-type

I am tearing my the remainings of my hair off trying to solve an issue with DotNetOpenOAuth. Below are the details of the problem. Consumer = new DesktopConsumer(xeroProviderDescription, _tokenManager); var endPoint = new…
GETah
  • 20,922
  • 7
  • 61
  • 103