templates/product/payment-acceptance.twig line 1

Open in your IDE?
  1. {% set title='Fast and Secure Payment Software' %}
  2. {% set metaDescription='Getting paid has never been easier. Our payment tools allow users to pay you quickly and securely with customer portals, payment processing, and more.' %}
  3. {% set ogImage=asset('/img/landing2/product/payment-plans.jpg') %}
  4. {% set productPage=true %}
  5. {% set canonicalUrl=url('payment_acceptance') %}
  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/payment-plans_whtbrdr.png') }}" alt="Online Payments" />
  14.                     <h1 class="title">Payments</h1>
  15.                 </div>
  16.                 <h2 class="subtitle">Getting paid has never been easier.</h2>
  17.                 <p>Invoiced includes the tools you need to offer a frictionless payment experience for your customers.</p>
  18.                 <p>With a modern, branded payment portal as the centerpiece, your customers can easily pay by credit card and direct debit / ACH or let you know when to expect an offline payment. Customers can go to billing.yourcompany.com any time to manage virtually every aspect of their billing relationship with you.</p>
  19.             </div>
  20.             <div class="product-image">
  21.                 <img src="{{ asset('/img/landing2/product/payment-plans.jpg') }}" alt="A/R Cash Application Solutions" />
  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>Customer Portal</h3>
  31.                     <p>Invoiced includes a modern, branded customer portal – making billing and payments completely self-service for them.</p>
  32.                     <h3>Pay Their Way</h3>
  33.                     <p>You can configure your customer portal to accept credit/debit card, ACH, PayPal and more. Offer or require AutoPay, short-pay, early payment discounts, taxes, fees and more.</p>
  34.                 </div>
  35.                 <div class="col-sm-6">
  36.                     <h3>Integrated Payments</h3>
  37.                     <p><a href="{{ path('payments') }}">Invoiced Payments</a> lets you quickly onboard and start accepting online payments.</p>
  38.                     <h3>Cash Application</h3>
  39.                     <p>Stop worrying about which payments go with which invoices and balances by letting our AIpowered cash application engine do the work — making automatic matches and suggestions between unapplied payments and invoices.</p>
  40.                 </div>
  41.             </div>
  42.         </div>
  43.     </section>
  44.     <!-- Pricing Models -->
  45.     <section class="product-billing-models">
  46.         <div class="container">
  47.             <h4>Supercharge Payments with Invoiced</h4>
  48.             <h2>Spotlight Payments Features</h2>
  49.             <div class="row models">
  50.                 <div class="col-md-4 text-left">
  51.                     <div class="icon">
  52.                         <img src="{{ asset('/img/landing2/icons/customer-portal.png') }}" alt="Online Billing Portal" width="75" />
  53.                     </div>
  54.                     <h3>Customer Portal</h3>
  55.                     <p>Give customers a 360-degree digital view into their relationship with your business.</p>
  56.                     <a class="read-more" href="{{ path('product_customer_portal') }}">Read more &rarr;</a>
  57.                 </div>
  58.                 <div class="col-md-4 text-left">
  59.                     <div class="icon">
  60.                         <img src="{{ asset('/img/landing2/icons/payment-plans.png') }}" alt="Online Billing Portal" width="75" />
  61.                     </div>
  62.                     <h3>Installment Plans</h3>
  63.                     <p>Grow revenue by allowing customers to pay you back in installments.</p>
  64.                     <a class="read-more" href="{{ path('product_payment_plans') }}">Read more &rarr;</a>
  65.                 </div>
  66.                 <div class="col-md-4 text-left">
  67.                     <div class="icon">
  68.                         <img src="{{ asset('/img/landing2/icons/invoice-to-cash.png') }}" alt="Online Billing Portal" width="75" />
  69.                     </div>
  70.                     <h3>Cash Application</h3>
  71.                     <p>Give customers a 360-degree digital view into their relationship with your business.</p>
  72.                     <a class="read-more" href="{{ path('product_cash_application') }}">Read more &rarr;</a>
  73.                 </div>
  74.             </div>
  75.         </div>
  76.     </section>
  77.     <div class="container">
  78.         <div class="row badges new-badges">
  79.             {% for i in range(0, 9) %}
  80.                 <div class="single-icon">
  81.                     <img src="{{ asset(badges[i].img) }}" alt="{{ badges[i].name }} Badge" title="{{ badges[i].name }}" />
  82.                 </div>
  83.             {% endfor %}
  84.         </div>
  85.         <div class="row">
  86.             <div class="col-xs-12 compliant">
  87.                 <img src="{{ asset('/img/landing2/PCIbadge.png') }}" alt="PCI-DSS Compliant Badge" />
  88.             </div>
  89.         </div>
  90.     </div>
  91.     <!-- Next Page -->
  92.     <section class="continue-tour below-awards">
  93.         <a href="{{ path('analytics') }}">
  94.             <div class="container">
  95.                 <div class="link">
  96.                     Next: Learn about Analytics
  97.                     &rarr;
  98.                 </div>
  99.             </div>
  100.         </a>
  101.     </section>
  102.     <!-- Call to Action -->
  103.     <section class="call-to-action-dark">
  104.         <div class="container">
  105.             <h2>Get paid faster</h2>
  106.             <p>Interested in learning how to automate your company's invoice-to-cash cycle?</p>
  107.             <div class="buttons">
  108.                 <a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Product (Payments)">
  109.                     Schedule a Demo
  110.                 </a>
  111.             </div>
  112.         </div>
  113.     </section>
  114.     <script type="application/ld+json">
  115.     {
  116.     "@context": "https://schema.org/", 
  117.     "@type": "BreadcrumbList", 
  118.     "itemListElement": [{
  119.         "@type": "ListItem", 
  120.         "position": 1, 
  121.         "name": "Home",
  122.         "item": "https://www.invoiced.com/"  
  123.     },{
  124.         "@type": "ListItem", 
  125.         "position": 2, 
  126.         "name": "A/R Products",
  127.         "item": "https://www.invoiced.com/product"  
  128.     },{
  129.         "@type": "ListItem", 
  130.         "position": 3, 
  131.         "name": "Payments",
  132.         "item": "https://www.invoiced.com/payment-acceptance"  
  133.     }]
  134.     }
  135.     </script>
  136. {% endblock %}