templates/features/payment-plans.twig line 1

Open in your IDE?
  1. {% set title='A/R Integrated Payment Plan Tools' %}
  2. {% set metaDescription='Meet customers at a price point they can afford by offering flexible payment plans. Learn about our award-winning payment plan software.' %}
  3. {% set ogImage=asset('/img/landing2/product/payment-plans.jpg') %}
  4. {% set productPage=true %}
  5. {% set canonicalUrl=url('product_payment_plans') %}
  6. {% extends "parent.twig" %}
  7. {% block content %}
  8.     <!-- Introduction -->
  9.     <section class="feature-hero">
  10.         <div class="container">
  11.             <h1 class="title">Payment Plans</h1>
  12.             <h2 class="subtitle">Increase revenue and grow your customer base by offering payment plans.</h2>
  13.             <div class="content">
  14.                 <p>People will always need products and services they can't pay for upfront. Big expenditures are obvious, but what about smaller ones like legal services and doctor visits? Whether the expense is big or small, customers won't buy if they don't have a payment option suited to their needs, which means your business is losing sales if you don't have flexible payment plans. Installment billing enables your business to meet customers at a price point they can afford, resulting in more sales and happier customers.</p>
  15.                 <p>Invoiced offers payment plans as part of our cloud-based invoicing platform. Set up happens right in our web interface, with a host of options to build flexible payment plans that meet the needs of each customer.</p>
  16.             </div>
  17.             <div class="product-image">
  18.                 <img src="{{ asset('/img/landing2/product/payment-plans.jpg') }}" alt="Grow Revenue with Installment Plans" />
  19.             </div>
  20.         </div>
  21.     </section>
  22.     <!-- Features / Benefits -->
  23.     <section class="product-features">
  24.         <div class="container">
  25.             <div class="row">
  26.                 <div class="col-sm-12 full-width">
  27.                     <h2>Features and benefits of Payment Plans</h2>
  28.                     <p>Our easy-to-use payment plans software enables customers to create individual installment payment schedules. Customers can use a variety of popular payment methods and have access to features such as enabling autopay, making early payments, and viewing past invoices for recordkeeping. Payments are collected, processed, and tracked automatically to streamline your billing process.</p>
  29.                     <p>You can also use incremental payments as a way to request a deposit before starting on a project (such as a painting for an artist, or new case for a lawyer). Furthermore, businesses can offer installment billing as a means to collect for customers who are struggling to pay overdue invoices. Providing flexible payment plans gives customers more ways to pay.</p>
  30.                 </div>
  31.             </div>
  32.             <div class="row">
  33.                 <div class="col-sm-6">
  34.                     <h3>Flexibility</h3>
  35.                     <p>Allow customers to break invoice balances up into personalized installment plans. Payment schedules can be individually customized for each customer to fit their unique needs. Don't leave money on the table, increase sales by giving customers flexible payment options.</p>
  36.                 </div>
  37.                 <div class="col-sm-6">
  38.                     <h3>Automation</h3>
  39.                     <p>Once a customer sets up their payment plan, Invoiced collects payments on schedule, processes payments, and tracks them against each invoice. Customers can also log into the portal to make early payments outside of their regular schedule if they choose. Regardless of how or when customers pay, our payment plans software streamlines the process so you can spend more time working and less time collecting and checking invoices.</p>
  40.                 </div>
  41.             </div>
  42.             <div class="row">
  43.                 <div class="col-sm-6">
  44.                     <h3>Payment Methods</h3>
  45.                     <p>Allow customers to pay using a variety of formats &mdash; including direct debit and credit cards. Connect your existing payment processor with Invoiced to automatically collect scheduled installments. When payments fail, Invoiced handles dunning automatically so you spend less time chasing invoices.</p>
  46.                 </div>
  47.                 <div class="col-sm-6">
  48.                     <h3>Customer Portal</h3>
  49.                     <p>Invoiced's <a href="{{ path('product_customer_portal') }}">customer portal</a> allows customers to log in, enable autopay for payment plans, view current and past invoices, make payments, download receipts, and update payment information - all in an intuitive, easy-to-use interface. More than just installment billing, our software offers features to make payments and cash applications.</p>
  50.                 </div>
  51.             </div>
  52.         </div>
  53.     </section>
  54.     <div class="container">
  55.         <div class="row">
  56.             <div class="col-xs-12 badges-title">
  57.                 <h2>Award-winning Payment Plan software</h2>
  58.             </div>
  59.         </div>
  60.         <div class="row badges new-badges">
  61.             {% for i in range(0, 9) %}
  62.                 <div class="single-icon">
  63.                     <img src="{{ asset(badges[i].img) }}" alt="{{ badges[i].name }} Badge" title="{{ badges[i].name }}" />
  64.                 </div>
  65.             {% endfor %}
  66.         </div>
  67.         <div class="row">
  68.             <div class="col-xs-12 compliant">
  69.                 <img src="{{ asset('/img/landing2/PCIbadge.png') }}" alt="PCI-DSS Compliant Badge" />
  70.             </div>
  71.         </div>
  72.     </div>
  73.     <!-- Testimonials -->
  74.     <section class="product-testimonials no-border">
  75.         <div class="container">
  76.             <h4>Don't Take Our Word For It</h4>
  77.             <h2>Here are some real-life examples from successful Invoiced clients:</h2>
  78.             <div class="row">
  79.                 <div class="col-sm-6">
  80.                     <div class="quote">
  81.                         <div class="quote-icon"></div>
  82.                         <div class="content">
  83.                             We love the "payment plan" feature, which allows us to create custom payment plans for customers over a set period of time. <span class="highlight">It's automatic and so easy!</span>"
  84.                         </div>
  85.                         <div class="from">
  86.                             – Administrator in Non-Profit Organization Management
  87.                         </div>
  88.                     </div>
  89.                 </div>
  90.                 <div class="col-sm-6">
  91.                     <div class="quote">
  92.                         <div class="quote-icon"></div>
  93.                         <div class="content">
  94.                             With partial orders, I am able to setup a payment plan with partial payments, to meet the needs of my customer..... not to mention that <span class="highlight">this software offers several ways to pay, which makes it even easier</span>. The organization of the information for each customer is very organized as well."
  95.                         </div>
  96.                         <div class="from">
  97.                             – Jessica T.
  98.                         </div>
  99.                     </div>
  100.                 </div>
  101.             </div>
  102.         </div>
  103.     </section>
  104.     <!-- Case Studies -->
  105.     <section class="product-case-studies no-border">
  106.         <div class="container">
  107.             <h3>Success Stories with Payment Plans</h3>
  108.             <h2>Invoiced clients who use payment plans enjoy time savings and reduced billing errors.</h2>
  109.             <div class="case-studies size-1 clearfix">
  110.                 <a href="{{ path('case_study', {id:'immigrant-law-group'}) }}" class="case-study">
  111.                     <div class="title">
  112.                         Immigrant Law Group slashes billing management time by
  113.                         <div class="large">70%</div>
  114.                     </div>
  115.                     <div class="read-more">Read More</div>
  116.                 </a>
  117.             </div>
  118.         </div>
  119.     </section>
  120.     <section class="customer-testimonials">
  121.         <div class="container">
  122.             <h2>Join thousands of large and small businesses using Invoiced</h2>
  123.             <div class="customer-logos clearfix">
  124.                 {% for i in range(0, 11) %}
  125.                     <div class="customer-logo">
  126.                         <img src="{{ asset(logos[i].img) }}" alt="{{ logos[i].name }} Logo" title="{{ logos[i].name }}" />
  127.                     </div>
  128.                 {% endfor %}
  129.             </div>
  130.         </div>
  131.     </section>
  132.     <section class="latest-articles">
  133.         <div class="container">
  134.             <h2>Related Resources</h2>
  135.             <div class="articles clearfix">
  136.                 <a href="https://www.invoiced.com/resources/blog/are-payment-plans-a-good-fit-for-your-business" class="article">
  137.                     <div class="header-image">
  138.                         <img src="{{ asset('/img/blog/payment-plans-good-fit-stock.jpg') }}" alt="Offer payment plans" />
  139.                     </div>
  140.                     <h3>Are payment plans a good fit for your business?</h3>
  141.                     <div class="description">We've talked a lot about different ways to collect on invoices recently - from general strategies on preventing late</div>
  142.                     <div class="read-more">Read more &rarr;</div>
  143.                 </a>
  144.                 <a href="https://www.invoiced.com/resources/blog/boost-revenue-with-payment-plans" class="article">
  145.                     <div class="header-image">
  146.                         <img src="{{ asset('/img/blog/add-subscription.webp') }}" alt="Boost revenue with payment plans" />
  147.                     </div>
  148.                     <h3>Boost Revenue with Payment Plans</h3>
  149.                     <div class="description">Payment plans are often overlooked as a technique to boost revenue. Customers will appreciate the opportunity to improve</div>
  150.                     <div class="read-more">Read more &rarr;</div>
  151.                 </a>
  152.             </div>
  153.         </div>
  154.     </section>
  155.     <!-- Next Page -->
  156.     <section class="continue-tour">
  157.         <a href="{{ path('product_subscription_billing') }}">
  158.             <div class="container">
  159.                 <div class="headline">Continue the Tour</div>
  160.                 <div class="link">
  161.                     Subscription Billing
  162.                     &rarr;
  163.                 </div>
  164.             </div>
  165.         </a>
  166.     </section>
  167.     <!-- Call to Action -->
  168.     <section class="call-to-action-dark">
  169.         <div class="container">
  170.             <h2>Get paid faster</h2>
  171.             <p>Interested in learning how payment plans can increase your business's cash flow?</p>
  172.             <div class="buttons">
  173.                 <a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Feature (Payment Plans)">
  174.                     Schedule a Demo
  175.                 </a>
  176.             </div>
  177.         </div>
  178.     </section>
  179.     <script type="application/ld+json">
  180.     {
  181.     "@context": "https://schema.org/", 
  182.     "@type": "BreadcrumbList", 
  183.     "itemListElement": [{
  184.         "@type": "ListItem", 
  185.         "position": 1, 
  186.         "name": "Home",
  187.         "item": "https://www.invoiced.com/"  
  188.     },{
  189.         "@type": "ListItem", 
  190.         "position": 2, 
  191.         "name": "A/R Products",
  192.         "item": "https://www.invoiced.com/product"  
  193.     },{
  194.         "@type": "ListItem", 
  195.         "position": 3, 
  196.         "name": "Payments",
  197.         "item": "https://www.invoiced.com/payment-acceptance"  
  198.     },{
  199.         "@type": "ListItem", 
  200.         "position": 4, 
  201.         "name": "Payment Plans",
  202.         "item": "https://www.invoiced.com/product/payment-plans"  
  203.     }]
  204.     }
  205.     </script>
  206. {% endblock %}