{% set title='Xero Integration for A/R Solutions' %}
{% set metaDescription='Make billing and collections effortless by integrating Xero with Invoiced. Sync Xero with Invoiced to organize your company’s A/R and start getting paid faster.' %}
{% set canonicalUrl=url('xero_landing') %}
{% extends "parent.twig" %}
{% block content %}
<!-- Hero -->
<section class="hero">
<div class="graphic">
<img src="{{ asset('/img/landing2/hero-graphic.png') }}"
alt="Billing and accounts receivable automation"/>
</div>
<div class="container">
<div class="headline small">
<h1>Put your Xero billing on autopilot.</h1>
<h2>Integrate your Xero accounting software with Invoiced to automate accounts receivable, reduce payment friction, and simplify accounting. Our Xero integration allows you to seamlessly sync your existing accounting operations with the Invoiced Accounts Receivable Cloud.</h2>
<p>Book a demo to see how our platform can help automate and streamline your A/R process:</p>
</div>
<div class="call-to-action">
<div class="clearfix">
<div class="action">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Partner (Xero)">
Schedule a Demo
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Benefits -->
<section class="benefits">
<div class="container">
<h2>Connect Invoiced and Xero for a complete billing and collections automation solution</h2>
<div class="three-buckets">
<div class="row">
<div class="col-sm-4">
<div class="bucket">
<div class="divider"></div>
<div class="content">
<h4>Automate Xero Invoicing</h4>
<p>
Add powerful, automatic invoicing to Xero, including custom fields, payment plans, whitelabeled email, and chasing.
</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="bucket">
<div class="divider"></div>
<div class="content">
<h4>Recurring Xero Payments</h4>
<p>
Includes subscription billing, AutoPay, payment plans, and automatic dunning.
</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="bucket">
<div class="divider"></div>
<div class="content">
<h4>Xero Accounting Sync</h4>
<p>
Customers, invoices, and payments from Invoiced are automatically imported into Xero.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="xero-screenshot">
<div class="container">
<img src="{{ asset('/img/screenshots/invoiced-xero.png') }}" class="img-responsive" alt="Invoiced and Xero Integration"/>
</div>
</section>
<!-- Integration Intro -->
<section class="integration-details dark">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h3>What is Invoiced?</h3>
<p>Invoiced is a cloud-based accounts receivable automation system designed to help fast-growing businesses increase cash flow and reduce time spent on billing. Invoiced is easy to integrate, providing billing, collections and payments features that connect seamlessly with Xero. Companies that adopt Invoiced reduce the invoice-to-cash cycle by two weeks on average, reduce bad debt by up to 30%, and increase customer satisfaction by delivering a modern, digital billing experience.</p>
<p>The Xero integration comes with the following capabilities:</p>
<ul>
<li>Importing outstanding invoices from Xero</li>
<li>Importing contacts from Xero</li>
<li>Writing invoices generated on Invoiced to Xero</li>
<li>Reconciling payments received on Invoiced to Xero</li>
<li>Syncing payments recorded on Xero to Invoiced</li>
</ul>
<div class="xero-connected"><img src="{{ asset('/img/landing2/xero-connected-app.png') }}" alt="Xero Connected App" class="img-responsive" width="100" height="50" /></div>
<p>
<a href="{{ path('schedule_demo') }}" class="request-demo" data-label="Partner (Xero)">
Schedule a Demo
→
</a>
</p>
</div>
<div class="col-sm-6">
<h3>What is Xero?</h3>
<p>Xero is an easy-to-use online accounting software that’s designed specifically for small businesses.</p>
<ul>
<li>It's all online, so you can work when and where you want to. Just login with your PC, Mac or mobile.</li>
<li>Your bank statements are automatically imported and categorized, letting you see your cashflow in real-time.</li>
<li>Invite your team and work together on financials. You can collaborate over your up-to-date numbers.</li>
<li>Xero has all you need to run your business – including invoicing, payments, sales tax returns, reporting and much more.</li>
</ul>
<p>Find out more or try <a href="https://www.xero.com/signup/?xtid=x30invoiced">Xero Accounting Software</a> for free.</p>
</div>
</div>
</div>
</section>
<!-- Connection Steps -->
<section class="connect-integration">
<div class="container">
<div class="icon">
<img src="{{ asset('/img/landing2/connect-integration-icon.png') }}" alt="Connect Integration" />
</div>
<h3>How To Connect Invoiced to Xero</h3>
<p>Connecting Xero with Invoiced is effortless.</p>
<p>
Start by connecting Xero in <strong>Settings</strong> > <strong>Accounting Sync</strong> from the Invoiced dashboard.
See detailed instructions in
<a href="https://docs.invoiced.com//accounting/xero">
our docs
→
</a>
</p>
</div>
</section>
<!-- Take the Tour -->
<section class="take-the-tour">
<div class="container">
<div class="link">
<a href="{{ path('product') }}">
Take the Tour →
</a>
</div>
<p>See how Invoiced helps thousands of businesses get paid faster with advanced accounts receivable automation.</p>
<div class="icon">
<img src="{{ asset('/img/landing2/product/invoice-to-cash.jpg') }}" alt="Present Invoices Online" />
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action">
<div class="container">
<h3>Automate your billing and collections with Invoiced's Xero Integration</h3>
<div class="supporting-text">
Request a demo to see how Invoiced can integrate with Xero and automate your invoicing, collections and payment processes.
</div>
<div class="action">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Partner (Xero)">
Schedule a Demo
</a>
</div>
</div>
</section>
{% endblock %}