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

How do I create payroll items in Xero for salaried employees in Payroll AU API

I'm not a developer and we are successfully using MS Power Automate to create payruns and timesheets in Xero for our employees on wages. We would like to progress to creating payruns for our salaried people as well but I have hit a snag. I don't…
Karl In OZ
  • 63
  • 8
0
votes
2 answers

Create sign in with Xero button in next js app

I am currently in the process of integrating Xero into one of our applications. To achieve this, I am utilizing Next.js for the client-side aspect. I have added a Xero auth script and a button with relevant classes to accomplish this as their…
yasith rangana
  • 196
  • 2
  • 12
0
votes
1 answer

How can i get refresh token from xero custom connetion

How can i get refresh token from xero custom connetion, when i work with previous account i could get this refresh token. but now it it now provided.now when i use this https://identity.xero.com/connect/token result is only { "access_token":…
0
votes
0 answers

Xero Projects Invoicing

i am having a concern before i start on this project.which is creating a project in xero (this end point is availalble) does anyone know if there is an API for creating an invoice for Projects (deposit invoice) i can see there is an API for…
0
votes
1 answer

Filter Xero Invoices by Tracking Category

I have been tasked with creating an API for Xero, the web application is MERN based and I have been using Xero's xero-node SDK. I need to be able to filter the invoices by tracking category but I can't seem to figure this out. I have read that the…
Ethan
  • 1
  • 1
0
votes
0 answers

Xero .. get link to Invoice PDF

How do I get a link to a PDF of an Invoice. I want to send the link to clients so they can see the invoice. I don't want to download the pdf and send that. Just a link. I found the documentation confusing. An example would be great.
0
votes
0 answers

Pass GST parameter when creating a bill in XERO and upload pdf invoice

I'm having trouble finding the option to send GST for each line item when creating a bill in XERO. Currently, I'm using SKD and the solution is functioning properly, with the exception of sending the GST parameter. Although I am able to insert…
0
votes
1 answer

Xero Custom Connection Alternative for US organisation

I am currently working on extracting data from Xero through their API. My goal is to retrieve data daily without requiring any user interaction, making the standard OAuth 2.0 flow unsuitable for my needs. The most effective solution I have…
ssmmaarr
  • 3
  • 4
0
votes
1 answer

Trigger e-Invoice via API

We create invoices in Xero using Custom Connector for a number of customers, depending on customer requirements after creating the invoice we either trigger the email of the invoice (as per…
teal
  • 13
  • 2
0
votes
0 answers

Looking to retrieve check # for a bill payment in Xero via Xero API

We utilize Xero. We are in the process of finalizing an application that provides a remittance advice to our vendors. Xero provides a remittance advice function, but we are often asked to provide remittance advice that provides line by line detail…
0
votes
0 answers

Xero - Unable to fetch past year's Trial balance data

I am using this [Xero API for fetching trial balances][1]. But, I currently need to fetch old data for the past one year but I am unable to fetch that data with that API. Our query is like this: function getXeroTrialBalanceReport() { var…
Kiran
  • 305
  • 1
  • 3
  • 7
0
votes
0 answers

Xero and Woocommerce company and name

I'm using the Woocommerce Xero plugin, and I'm having an issue where if the person enters the company name, then their name is not displayed anywhere on Xero. According to the plugin, they do send the name and last name along with the company name,…
coopersita
  • 5,011
  • 3
  • 27
  • 48
0
votes
0 answers

Xero Developer Account

I have a confusion about xero developer account. When signing up for developer account, xero says 30 day free trial and max 25 organization's(uncertified) connection, while some people says that it is completely free. Can someone with exact…
0
votes
0 answers

Linking Invoices to Journals

I would like to link Xero Invoice transactions to the Xero Journals. I don't seem to be able to locate a common field to link / join the two data sets. A link from the JournalLineID back to the Invoice Line would be ideal. Within the Xero app,…
Scott
  • 1
0
votes
1 answer

Xero API contact list using summaryOnly removes contacts

Issue: When using the /Contacts?summaryOnly=true endpoint the payload list does not contain the full list of contacts. I have a a call that performs a lookup to get all the contacts then use code to partial match the string used to search to the…
JI-Web
  • 481
  • 6
  • 27