Xero Integration Setup
Here are the steps on how to setup the Xero API integration:
Login to your Xero Developer Apps Portal
Navigate to My Apps and click on the New App button
Fill in the required fields and click on the Create App button
Select Web App as the Integration Type
For the Redirect URI, you will need to enter the following URL as a callback URL:
Go to the configuration of the app you just created and copy the
Client ID
andClient Secret
to the fields belowIf there is no client secret, you can generate one by clicking on the
Generate a secret
button
Set the scopes for the Xero API by entering the required scopes in the
Xero API Scopes
field belowThe default scopes are already set, but you can modify them as needed
Next please specify the default Organization name you want to use for the connection
Go to your my.xero.com dashboard and copy the name of the organization you want to use
This is case sensitive so make sure to enter the name exactly as it appears in Xero
Click the 'Save Configuration' button and then click the
Authorize
button to connect your Xero accountGet automating!
Important
Make sure to copy the client secret and store it in a secure location. You will not be able to view the client secret again after you close the dialog box.
Last updated