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
votes
3 answers

How to get JSON Data of Contacts using XERO API?

I tried by below url https://api.xero.com/api.xro/2.0/Contacts but got error as oauth_problem=consumer_key_unknown&oauth_problem_advice=Consumer%20key%20was%20not%20recognised how to solve this error ? what is the Pattern of URL for get method using…
Muttu B C
  • 37
  • 5
-1
votes
1 answer

Is it possible to attach/mirror a balance to a Bank Account? xero

Is it possible to attach a balance to a Bank Account? Our product has a bank balance and we process payments that have to be sent back to Xero. I don't understand how to best present our bank balance in Xero or even if it makes sense to do…
-1
votes
1 answer

How to fix Curl SSL CA Cert error

I implemented the Xero-API using this library, having implemented it, it worked fine on localhost, then i uploaded to my server then i get this error Curl error: Problem with the SSL CA cert (path? access rights?)
pariola
  • 923
  • 12
  • 27
-1
votes
1 answer

Integration with xero practice manager

Is there a way to integrate a third-party application with Xero Practice Manager for Tax Returns? I do not see an API endpoint for that. I want to be able to query clients and retrieve their tax information/statuses through an API.
-1
votes
1 answer

Xero API Integration - Program does not communicate with Xero after VS publish

I have developed a program that talks with Xero in .NET. When I run the program from VS, it communicates with Xero and works without a problem but when I publish the web application, it cannot make communication with Xero. The error I get is 'An…
Saj
  • 297
  • 3
  • 6
  • 23
-2
votes
1 answer

Xero Api , How create "Multiple Item" in a single bank transaction

If a user creates one overpayment with the UI inside an invoice, automatically Xero creates, in Bank Transaction, a transaction called "Payment:multiple items". Inside the transaction, Xero UI shows "Transaction: View Transaction" with two areas,…
-2
votes
2 answers

How to fetch data from Xero private app api to google sheet using google apps script

I create xero private api. I need to know how to connect this api using google apps script for loading api data to google sheet
Elango
  • 15
  • 3
-2
votes
1 answer

First paid invoice for a Contact using Xero API

we are looking to pull those Contacts in Xero which have paid their first ever Invoice within a defined timeframe. Is there any simple solution to achieving this with the Xero API? Thanks
-2
votes
1 answer

Rails Xeroizer Contact Group

I have this record as an example. How do I use the API to retrieve all contacts in the insurance group? ins = xero.Contact.find("3034b40e-ddd5-45b4-b23c-0f6800029673") Contains: Xeroizer::Record::ContactGroup :contact_group_id:…
bruce612
  • 1
  • 1
-3
votes
1 answer

How can i delete single line item in xero invoice using pyxero in python?

How can i delete single line item in xero invoice using pyxero in python?
-3
votes
1 answer

How to import/insert the npm package oauth-signature to angular 4.?

So that I could able to use/perform this functionality in angular cli. /var httpMethod = 'GET', url = 'http://photos.example.net/photos', parameters = { oauth_consumer_key : 'dpf43f3p2l4k3l03', oauth_token :…
-3
votes
1 answer

POST Invoices without having the contact ID of this new customer

We would like to post / create an invoice for a non existing contact. https://developer.xero.com/documentation/api/invoices#post Can you create instant an invoice for a new contact. So if you don't have the contactID value? If this is possible how…
Derk
  • 1
1 2 3
41
42