templates/payments.twig line 1

Open in your IDE?
  1. {% set title='Invoiced Payments' %}
  2. {% set noTitleAppend=true %}
  3. {% set metaDescription='Credit card and ACH processing from the #1 rated Accounts Receivable Cloud. Click to learn how to make your payment system fast and easy!' %}
  4. {% set canonicalUrl=url('payments') %}
  5. {% extends "parent.twig" %}
  6. {% block content %}
  7.     <!-- Introduction -->
  8.     <section class="product-hero">
  9.         <div class="container">
  10.             <div class="content">
  11.                 <h1 class="title">Introducing Invoiced Payments</h1>
  12.                 <h2 class="subtitle">Fast, easy payments built right in.</h2>
  13.                 <p>Invoiced Payments is an integrated payments solution from the #1 rated Accounts Receivable Cloud. We
  14.                     bring our competitively priced, seamlessly integrated payment processing right into
  15.                     the Invoiced experience. Find out how Invoiced can help make your payment system quicker and easier!
  16.                 </p>
  17.             </div>
  18.             <div class="product-image">
  19.                 <img src="{{ asset('/img/landing2/product/payment-plans.jpg') }}" alt="Credit Card Processing" height="350"/>
  20.             </div>
  21.         </div>
  22.     </section>
  23.     <!-- Features / Benefits -->
  24.     <section class="solution-features">
  25.         <div class="container">
  26.             <div class="row">
  27.                 <div class="col-sm-6">
  28.                     <div class="icon">
  29.                         <img src="{{ asset('/img/landing2/icons/pricing-models.png') }}" alt="Pricing Models Icon" width="85" height="80" />
  30.                     </div>
  31.                     <h3>Fast, Easy Setup</h3>
  32.                     <p>Getting started is quick and painless. With our integrated payment system, you can begin accepting online payments in minutes.</p>
  33.                 </div>
  34.                 <div class="col-sm-6">
  35.                     <div class="icon">
  36.                         <img src="{{ asset('/img/landing2/icons/payment-methods.png') }}" alt="Payment Methods Icon" width="91" height="80" />
  37.                     </div>
  38.                     <h3>Same Day Deposits</h3>
  39.                     <p>Chase business banking clients enjoy same day deposits.</p>
  40.                 </div>
  41.             </div>
  42.             <div class="row">
  43.                 <div class="col-sm-6">
  44.                     <div class="icon">
  45.                         <img src="{{ asset('/img/landing2/icons/collections-tools.png') }}" alt="No Refund Fees Icon" width="85" height="80" />
  46.                     </div>
  47.                     <h3>No Refund Fees</h3>
  48.                     <p>Need to process a refund for a customer? Don't worry about doubling up on the transaction fees.</p>
  49.                 </div>
  50.                 <div class="col-sm-6">
  51.                     <div class="icon">
  52.                         <img src="{{ asset('/img/landing2/icons/bank.png') }}" alt="No Foreign Transaction Fees Icon" width="91" height="80" />
  53.                     </div>
  54.                     <h3>No Foreign Transaction Fees</h3>
  55.                     <p>We don't charge additional fees on transactions taking place overseas or with a foreign merchant.</p>
  56.                 </div>
  57.             </div>
  58.             <div class="row">
  59.                 <div class="col-sm-6">
  60.                     <div class="icon">
  61.                         <img src="{{ asset('/img/landing2/icons/customization.png') }}" alt="Customization Icon" width="80" height="80" />
  62.                     </div>
  63.                     <h3>Seamless Integration</h3>
  64.                     <p>Capitalize on a payment entry and transaction experience conveniently integrated within your customer payment portal.</p>
  65.                 </div>
  66.                 <div class="col-sm-6">
  67.                     <div class="icon">
  68.                         <img src="{{ asset('/img/landing2/icons/security.png') }}" alt="Security Icon" width="85" height="80" />
  69.                     </div>
  70.                     <h3>Security Simplified</h3>
  71.                     <p>Invoiced Payments is a PCI Level 1 Service Provider, and reduces overall PCI compliance overhead.</p>
  72.                 </div>
  73.             </div>
  74.         </div>
  75.     </section>
  76.     <!-- Pricing -->
  77.     <section class="payments-pricing">
  78.         <div class="container">
  79.             <h3>Rates &amp; Fees</h3>
  80.             <table class="table fees-table">
  81.                 <thead>
  82.                     <tr>
  83.                         <th>Payment Method</th>
  84.                         <th>Fee</th>
  85.                     </tr>
  86.                 </thead>
  87.                 <tbody>
  88.                     <tr>
  89.                         <td>Credit and debit cards</td>
  90.                         <td>2.9% + $0.30</td>
  91.                     </tr>
  92.                     <tr>
  93.                         <td>ACH</td>
  94.                         <td>0.8% + $0.30, max $5</td>
  95.                     </tr>
  96.                     <tr>
  97.                         <td class="header-row" colspan="2">Other Fees</td>
  98.                     </tr>
  99.                     <tr>
  100.                         <td>Chargeback</td>
  101.                         <td>$15.00</td>
  102.                     </tr>
  103.                     <tr>
  104.                         <td>Insufficient Funds Return</td>
  105.                         <td>$15.00</td>
  106.                     </tr>
  107.                     <tr>
  108.                         <td class="header-row" colspan="2">Special Benefits</td>
  109.                     </tr>
  110.                     <tr>
  111.                         <td colspan="2" class="center-cell">All Card Brands Supported</td>
  112.                     </tr>
  113.                     <tr>
  114.                         <td colspan="2" class="center-cell">No Foreign Transaction Fees</td>
  115.                     </tr>
  116.                     <tr>
  117.                         <td colspan="2" class="center-cell">No Fees on Refunds</td>
  118.                     </tr>
  119.                 </tbody>
  120.             </table>
  121.         </div>
  122.         <div class="disclaimer">Invoiced Payments requires an Invoiced account.</div>
  123.     </section>
  124.     <!-- Case Studies -->
  125.     <section class="product-case-studies no-border">
  126.         <div class="container">
  127.             <h4>Success Stories with Invoiced Payments</h4>
  128.             <h2>See how our integrated payments services can help your business.</h2>
  129.             <div class="case-studies size-2 clearfix">
  130.                 <a href="{{ path('case_study', {id: 'aj-tutoring'}) }}" class="case-study">
  131.                     <div class="title">
  132.                         AJ Tutoring PCI
  133.                         <div class="medium">Compliance</div>
  134.                         Assistance
  135.                     </div>
  136.                     <div class="read-more">Read More</div>
  137.                 </a>
  138.                 <a href="{{ path('case_study', {id: 'dexter-solutions'}) }}" class="case-study">
  139.                     <div class="title">
  140.                         How Dexter Solutions
  141.                         <div class="medium">automated</div>
  142.                         their payment support systems
  143.                     </div>
  144.                     <div class="read-more">Read More</div>
  145.                 </a>
  146.             </div>
  147.         </div>
  148.     </section>
  149.     <div class="container">
  150.         <div class="row badges new-badges">
  151.             {% for i in range(0, 9) %}
  152.                 <div class="single-icon">
  153.                     <img src="{{ asset(badges[i].img) }}" alt="{{ badges[i].name }} Badge" title="{{ badges[i].name }}" />
  154.                 </div>
  155.             {% endfor %}
  156.         </div>
  157.         <div class="row">
  158.             <div class="col-xs-12 compliant">
  159.                 <img src="{{ asset('/img/landing2/PCIbadge.png') }}" alt="PCI-DSS Compliant Badge" />
  160.             </div>
  161.         </div>
  162.     </div>
  163.     <section class="customer-testimonials no-border">
  164.         <div class="container">
  165.             <h4>We put our customers first.</h4>
  166.             <h2>That's why thousands of businesses &#9829; Invoiced.</h2>
  167.             <div class="customer-logos clearfix">
  168.                 {% for i in range(0, 11) %}
  169.                     <div class="customer-logo">
  170.                         <img src="{{ asset(logos[i].img) }}" alt="{{ logos[i].name }} Logo" title="{{ logos[i].name }}" />
  171.                     </div>
  172.                 {% endfor %}
  173.             </div>
  174.         </div>
  175.     </section>
  176.     <!-- Testimonials -->
  177.     <section class="product-testimonials no-border">
  178.         <div class="container">
  179.             <div class="row">
  180.                 <div class="col-sm-6">
  181.                     <div class="quote">
  182.                         <div class="quote-icon"></div>
  183.                         <div class="content">
  184.                             First of all, Invoiced is simple and easy to use. There's no complicated menu structure like with other invoicing services online. I can easily create a client, create an invoice, send to client with customized invoice letter, and collect payments without having to get involved with the process. Its streamlined and easy on the eyes and my poor brain. Nothing is out of place and the reports are helpful as well."
  185.                         </div>
  186.                         <div class="from">
  187.                             – Dereck B
  188.                         </div>
  189.                     </div>
  190.                 </div>
  191.                 <div class="col-sm-6">
  192.                     <div class="quote">
  193.                         <div class="quote-icon"></div>
  194.                         <div class="content">
  195.                             The best part of using Invoiced.com is how easy it is to manage customers' invoices and payments. But the API is really robust as well, and easy to use. Integrating with our in-house custom-built CMS was a breeze."
  196.                         </div>
  197.                         <div class="from">
  198.                             – Jeremy S
  199.                         </div>
  200.                     </div>
  201.                 </div>
  202.                 <div class="col-sm-6">
  203.                     <div class="quote">
  204.                         <div class="quote-icon"></div>
  205.                         <div class="content">
  206.                             Invoiced takes less than an hour to get setup, and am able to provide a professional and easy payment service to my clients."
  207.                         </div>
  208.                         <div class="from">
  209.                             – Tom H
  210.                         </div>
  211.                     </div>
  212.                 </div>
  213.             </div>
  214.         </div>
  215.     </section>
  216.     <!-- FAQ -->
  217.     <section class="payments-faq">
  218.         <div class="container">
  219.             <h3>Frequently Asked Questions</h3>
  220.             <div class="row">
  221.                 <div class="col-sm-6">
  222.                     <h4>How do I get started with integrated payment processing?</h4>
  223.                     <p>
  224.                         In the Invoiced application head over to <strong>Settings</strong> &rarr; <strong>Payments</strong> to start the application process. The application process takes minutes to complete.
  225.                     </p>
  226.                 </div>
  227.                 <div class="col-sm-6">
  228.                     <h4>How long does it take to set up Invoiced Payments?</h4>
  229.                     <p>
  230.                         The application takes minutes to complete. Once you complete the Invoiced Payments application you can begin accepting payments instantly.
  231.                     </p>
  232.                 </div>
  233.             </div>
  234.             <div class="row">
  235.                 <div class="col-sm-6">
  236.                     <h4>Can anyone use Invoiced Payments?</h4>
  237.                     <p>
  238.                         Invoiced Payments is available to Invoiced customers that are located in the U.S. or Canada. Support for the U.K coming soon.
  239.                     </p>
  240.                 </div>
  241.                 <div class="col-sm-6">
  242.                     <h4>Can I use Invoiced Payments without Invoiced?</h4>
  243.                     <p>
  244.                         No. Invoiced Payments is only available for use with Invoiced.
  245.                     </p>
  246.                 </div>
  247.             </div>
  248.         </div>
  249.     </section>
  250.     <section class="latest-articles" style="margin-top: 50px;">
  251.         <div class="container">
  252.             <div class="row">
  253.                 <div class="col-md-6">
  254.                     <div class="articles clearfix">
  255.                         <a href="https://www.invoiced.com/resources/blog/real-time-payments-rtp-the-latest-addition-to-your-payment-arsenal" class="article">
  256.                             <div class="header-image">
  257.                                 <img src="{{ asset('/img/blog/realtime-payments.jpg') }}" alt="blog image" />
  258.                             </div>
  259.                             <h3>Real-Time Payments (RTP): the latest addition to your payment arsenal</h3>
  260.                             <div class="description">Imagine the ability to send and receive funds in a matter of seconds. What would that kind of speed do for your business? Automatic reconciliation, closing the books every day, and providing reassurance to a vendor through an instant payment (or vice versa) all come to mind.</div>
  261.                             <div class="read-more">Read more &rarr;</div>
  262.                         </a>
  263.                     </div>
  264.                 </div>
  265.                 <div class="col-md-6">
  266.                     <div class="articles clearfix">
  267.                         <a href="https://www.invoiced.com/resources/blog/learn-how-same-day-ach-payments-can-boost-your-cash-flow" class="article">
  268.                             <div class="header-image">
  269.                                 <img src="{{ asset('/img/blog/same-day-ach.jpg') }}" alt="blog image" />
  270.                             </div>
  271.                             <h3>Learn how same-day ACH payments can boost your cash flow</h3>
  272.                             <div class="description">Last September, the regulatory body of ACH (known as NACHA) began the first phase of a 3-phase rollout of same-day ACH payments. Once finalized, this rollout will have a massive impact on businesses across the U.S.</div>
  273.                             <div class="read-more">Read more &rarr;</div>
  274.                         </a>
  275.                     </div>
  276.                 </div>
  277.             </div>
  278.         </div>
  279.     </section>
  280.     <!-- Call to Action -->
  281.     <section class="call-to-action-dark">
  282.         <div class="container">
  283.             <h2>Get paid faster</h2>
  284.             <p>Interested in integrated payment processing?</p>
  285.             <div class="buttons">
  286.                 <a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Invoiced Payments">
  287.                     Schedule a Demo
  288.                 </a>
  289.             </div>
  290.         </div>
  291.     </section>
  292.     <script type="application/ld+json">
  293.     {
  294.     "@context": "https://schema.org/", 
  295.     "@type": "BreadcrumbList", 
  296.     "itemListElement": [{
  297.         "@type": "ListItem", 
  298.         "position": 1, 
  299.         "name": "Home",
  300.         "item": "https://www.invoiced.com/"  
  301.     },{
  302.         "@type": "ListItem", 
  303.         "position": 2, 
  304.         "name": "A/R Products",
  305.         "item": "https://www.invoiced.com/product"  
  306.     },{
  307.         "@type": "ListItem", 
  308.         "position": 3, 
  309.         "name": "Payments",
  310.         "item": "https://www.invoiced.com/payment-acceptance"  
  311.     },{
  312.         "@type": "ListItem", 
  313.         "position": 4, 
  314.         "name": "Invoiced Payments",
  315.         "item": "https://www.invoiced.com/payments"  
  316.     }]
  317.     }
  318.     </script>
  319. {% endblock %}