templates/product/collections.twig line 1

Open in your IDE?
  1. {% set title='Modern AR Collections Software' %}
  2. {% set metaDescription='Our smart chasing engine takes the burden of collections off of your plate. See how our automated collections, multi-channel reminders, and more can help!' %}
  3. {% set ogImage=asset('/img/landing2/product/invoice-to-cash.jpg') %}
  4. {% set productPage=true %}
  5. {% set canonicalUrl=url('collections') %}
  6. {% extends "parent.twig" %}
  7. {% block content %}
  8.     <!-- Introduction -->
  9.     <section class="product-hero">
  10.         <div class="container">
  11.             <div class="content">
  12.                 <div class="icon">
  13.                     <img src="{{ asset('/img/landing2/icons/collections-tools_whtbrdr.png') }}" alt="Subscription Billing System" />
  14.                     <h1 class="title">Collections</h1>
  15.                 </div>
  16.                 <h2 class="subtitle">Put A/R collections on autopilot.</h2>
  17.                 <p>Billing is just the first step of your accounts receivable collection process. Invoiced's powerful A/R collection software, with our unique Smart Chasing Engine takes most—if not all—of the collections work off your shoulders so your team can refocus their time and attention on more strategic work.</p>
  18.                 <p>Let our accounts receivable collections software, with nearly limitless communication, reminder and tracking tools help you accelerate collections automatically.</p>
  19.             </div>
  20.             <div class="product-image">
  21.                 <img src="{{ asset('/img/landing2/product/invoice-to-cash.jpg') }}" alt="Automated A/R Collections Software" />
  22.             </div>
  23.         </div>
  24.     </section>
  25.     <!-- Features / Benefits -->
  26.     <section class="product-features">
  27.         <div class="container">
  28.             <div class="row">
  29.                 <div class="col-sm-6">
  30.                     <h3>Automated Collections</h3>
  31.                     <p>Stop managing collections via spreadsheets, sticky notes and hours of emails. With Invoiced, you can set it and forget it and know where your A/R collection process stands in real time. More automation means less need for staff overhead and less potential for human error.</p>
  32.                     <h3>Multi-Channel Reminders</h3>
  33.                     <p>Email has its uses, but sometimes customers need to get the message from multiple angles. That's why Invoiced adds text and postal mail integration to your automated collections arsenal. We carefully balance how and when users are reminded, so that they are more likely to pay, but won’t feel overwhelmed or spammed.</p>
  34.                     <h3>Integrated Task Management</h3>
  35.                     <p>After the initial automated collection work is done, there still might be some customers that need extra attention or escalations. Our integrated task management tools help your team stay on top of it and provide a superlative customer experience.</p>
  36.                 </div>
  37.                 <div class="col-sm-6">
  38.                     <h3>Threaded Conversations</h3>
  39.                     <p>Our built-in A/R Inbox helps you ensure that every communication is tracked and logged back to the customer, the invoice, and your team. With Invoiced’s integrated payment portal messaging, you and your customers can easily track and log all communications for future reference.</p>
  40.                     <h3>Streamlined Payments</h3>
  41.                     <p>Invoiced includes a modern, branded customer portal – making billing and payments completely self-service. The customer portal accepts credit cards, direct debit / ACH, PayPal and more, making it easier for customers to pay, which improves collection success rates and user experience.</p>
  42.                 </div>
  43.             </div>
  44.         </div>
  45.     </section>
  46.     <!-- Case Studies -->
  47.     <section class="product-case-studies no-border">
  48.         <div class="container">
  49.             <h4>Success Stories with A/R Collections</h4>
  50.             <h2>See how Invoiced's A/R Collections Software can increase collection rates and improve user experience.</h2>
  51.             <div class="case-studies size-2 clearfix">
  52.                 <a href="{{ path('customers') }}" class="case-study">
  53.                     <div class="title">
  54.                         AJ Tutoring boosts
  55.                         <div class="medium">collections</div>
  56.                         efficiency to 97% with Invoiced
  57.                     </div>
  58.                     <div class="read-more">Read More</div>
  59.                 </a>
  60.                 <a href="{{ path('customers') }}" class="case-study">
  61.                     <div class="title">
  62.                         JumpCrew has
  63.                         <div class="large">doubled</div>
  64.                         its collections within the first two months
  65.                     </div>
  66.                     <div class="read-more">Read More</div>
  67.                 </a>
  68.             </div>
  69.         </div>
  70.     </section>
  71.     <div class="container">
  72.         <div class="row badges new-badges">
  73.             {% for i in range(0, 9) %}
  74.                 <div class="single-icon">
  75.                     <img src="{{ asset(badges[i].img) }}" alt="{{ badges[i].name }} Badge" title="{{ badges[i].name }}" />
  76.                 </div>
  77.             {% endfor %}
  78.         </div>
  79.         <div class="row">
  80.             <div class="col-xs-12 compliant">
  81.                 <img src="{{ asset('/img/landing2/PCIbadge.png') }}" alt="PCI-DSS Compliant Badge" />
  82.             </div>
  83.         </div>
  84.     </div>
  85.     <section class="customer-testimonials no-border">
  86.         <div class="container">
  87.             <h4>We put our customers first.</h4>
  88.             <h2>That's why thousands of businesses &#9829; Invoiced.</h2>
  89.             <div class="customer-logos clearfix">
  90.                 {% for i in range(0, 11) %}
  91.                     <div class="customer-logo">
  92.                         <img src="{{ asset(logos[i].img) }}" alt="{{ logos[i].name }} Logo" title="{{ logos[i].name }}" />
  93.                     </div>
  94.                 {% endfor %}
  95.             </div>
  96.         </div>
  97.     </section>
  98.     <!-- Testimonials -->
  99.     <section class="product-testimonials no-border">
  100.         <div class="container">
  101.             <div class="row">
  102.                 <div class="col-sm-6">
  103.                     <div class="quote">
  104.                         <div class="quote-icon"></div>
  105.                         <div class="content">
  106.                             Invoiced allows me to easily track the money coming into the company, along with reports that help me see who's getting behind and how efficient we are with collections."
  107.                         </div>
  108.                         <div class="from">
  109.                             – John H
  110.                         </div>
  111.                     </div>
  112.                 </div>
  113.                 <div class="col-sm-6">
  114.                     <div class="quote">
  115.                         <div class="quote-icon"></div>
  116.                         <div class="content">
  117.                             We're using it at scale for debt collection. If a customer doesn't pay for N days, we automatically send those customers to our invoiced account from where the collections team can follow up with everything.
  118.                         </div>
  119.                         <div class="from">
  120.                             – Ilter C
  121.                         </div>
  122.                     </div>
  123.                 </div>
  124.                 <div class="col-sm-6">
  125.                     <div class="quote">
  126.                         <div class="quote-icon"></div>
  127.                         <div class="content">
  128.                             We were able to fairly quickly set up an automated process in which customers are invoiced regularly (including those invoiced and paying via credit card), those transactions were ported to QuickBooks online to including in our G/L, and collections were fairly easy to manage and track through to completion."
  129.                         </div>
  130.                         <div class="from">
  131.                             – Tim K
  132.                         </div>
  133.                     </div>
  134.                 </div>
  135.             </div>
  136.         </div>
  137.     </section>
  138.     <section class="latest-articles" style="margin-top: 50px;">
  139.         <div class="container">
  140.             <div class="row">
  141.                 <div class="col-md-6">
  142.                     <div class="articles clearfix">
  143.                         <a href="https://www.invoiced.com/resources/blog/advanced-ar-and-collections-with-quickbooks-and-invoiced" class="article">
  144.                             <div class="header-image">
  145.                                 <img src="{{ asset('/img/blog/sarah-shaffer-O3gOgPB4sRU-unsplash.webp') }}" alt="QuickBooks Accounts Receivable Automation" />
  146.                             </div>
  147.                             <h3>Advanced A/R and Collections with Quickbooks and Invoiced</h3>
  148.                             <div class="description">QuickBooks is the most popular accounting software for SMBs, and Invoiced is the #1 rated accounts receivable automation platform. By integrating these two best-in-class solutions, you can easily manage your business AND excel at billing and collections.</div>
  149.                             <div class="read-more">Read more &rarr;</div>
  150.                         </a>
  151.                     </div>
  152.                 </div>
  153.                 <div class="col-md-6">
  154.                     <div class="articles clearfix">
  155.                         <a href="https://www.invoiced.com/resources/blog/how-to-oversee-collections-effectively-even-if-its-your-first-time" class="article">
  156.                             <div class="header-image">
  157.                                 <img src="{{ asset('/img/blog/overseecollections.webp') }}" alt="Collections management" />
  158.                             </div>
  159.                             <h3>How to oversee collections effectively (even if it’s your first time)</h3>
  160.                             <div class="description">The scope of the Chief Financial Officer (CFO) role has greatly expanded in the last several decades. Gone are the days of simply tracking corporate dollars. Today, CFOs are expected to have a strategic vision for growing the business using all the tools at their disposal. According to McKinsey’s “The Role of the CFO”, 66 percent of executive-level respondents believe that CFOs can best contribute to corporate success by investing more time in strategic decision-making.</div>
  161.                             <div class="read-more">Read more &rarr;</div>
  162.                         </a>
  163.                     </div>
  164.                 </div>
  165.             </div>
  166.         </div>
  167.     </section>
  168.     <!-- Next Page -->
  169.     <section class="continue-tour below-awards">
  170.         <a href="{{ path('payment_acceptance') }}">
  171.             <div class="container">
  172.                 <div class="link">
  173.                     Next: Learn about Payments
  174.                     &rarr;
  175.                 </div>
  176.             </div>
  177.         </a>
  178.     </section>
  179.     <!-- Call to Action -->
  180.     <section class="call-to-action-dark">
  181.         <div class="container">
  182.             <h2>Get paid faster</h2>
  183.             <p>Interested in learning how to automate your company's invoice-to-cash cycle?</p>
  184.             <div class="buttons">
  185.                 <a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Product (Collections)">
  186.                     Schedule a Demo
  187.                 </a>
  188.             </div>
  189.         </div>
  190.     </section>
  191.     <script type="application/ld+json">
  192.     {
  193.     "@context": "https://schema.org/", 
  194.     "@type": "BreadcrumbList", 
  195.     "itemListElement": [{
  196.         "@type": "ListItem", 
  197.         "position": 1, 
  198.         "name": "Home",
  199.         "item": "https://www.invoiced.com/"  
  200.     },{
  201.         "@type": "ListItem", 
  202.         "position": 2, 
  203.         "name": "A/R Products",
  204.         "item": "https://www.invoiced.com/product"  
  205.     },{
  206.         "@type": "ListItem", 
  207.         "position": 3, 
  208.         "name": "Collections",
  209.         "item": "https://www.invoiced.com/collections"  
  210.     }]
  211.     }
  212.     </script>
  213. {% endblock %}