{% set title='Fast and Secure Payment Software' %}
{% 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.' %}
{% set ogImage=asset('/img/landing2/product/payment-plans.jpg') %}
{% set productPage=true %}
{% set canonicalUrl=url('payment_acceptance') %}
{% extends "parent.twig" %}
{% block content %}
<!-- Introduction -->
<section class="product-hero">
<div class="container">
<div class="content">
<div class="icon">
<img src="{{ asset('/img/landing2/icons/payment-plans_whtbrdr.png') }}" alt="Online Payments" />
<h1 class="title">Payments</h1>
</div>
<h2 class="subtitle">Getting paid has never been easier.</h2>
<p>Invoiced includes the tools you need to offer a frictionless payment experience for your customers.</p>
<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>
</div>
<div class="product-image">
<img src="{{ asset('/img/landing2/product/payment-plans.jpg') }}" alt="A/R Cash Application Solutions" />
</div>
</div>
</section>
<!-- Features / Benefits -->
<section class="product-features">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h3>Customer Portal</h3>
<p>Invoiced includes a modern, branded customer portal – making billing and payments completely self-service for them.</p>
<h3>Pay Their Way</h3>
<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>
</div>
<div class="col-sm-6">
<h3>Integrated Payments</h3>
<p><a href="{{ path('payments') }}">Invoiced Payments</a> lets you quickly onboard and start accepting online payments.</p>
<h3>Cash Application</h3>
<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>
</div>
</div>
</div>
</section>
<!-- Pricing Models -->
<section class="product-billing-models">
<div class="container">
<h4>Supercharge Payments with Invoiced</h4>
<h2>Spotlight Payments Features</h2>
<div class="row models">
<div class="col-md-4 text-left">
<div class="icon">
<img src="{{ asset('/img/landing2/icons/customer-portal.png') }}" alt="Online Billing Portal" width="75" />
</div>
<h3>Customer Portal</h3>
<p>Give customers a 360-degree digital view into their relationship with your business.</p>
<a class="read-more" href="{{ path('product_customer_portal') }}">Read more →</a>
</div>
<div class="col-md-4 text-left">
<div class="icon">
<img src="{{ asset('/img/landing2/icons/payment-plans.png') }}" alt="Online Billing Portal" width="75" />
</div>
<h3>Installment Plans</h3>
<p>Grow revenue by allowing customers to pay you back in installments.</p>
<a class="read-more" href="{{ path('product_payment_plans') }}">Read more →</a>
</div>
<div class="col-md-4 text-left">
<div class="icon">
<img src="{{ asset('/img/landing2/icons/invoice-to-cash.png') }}" alt="Online Billing Portal" width="75" />
</div>
<h3>Cash Application</h3>
<p>Give customers a 360-degree digital view into their relationship with your business.</p>
<a class="read-more" href="{{ path('product_cash_application') }}">Read more →</a>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row badges new-badges">
{% for i in range(0, 9) %}
<div class="single-icon">
<img src="{{ asset(badges[i].img) }}" alt="{{ badges[i].name }} Badge" title="{{ badges[i].name }}" />
</div>
{% endfor %}
</div>
<div class="row">
<div class="col-xs-12 compliant">
<img src="{{ asset('/img/landing2/PCIbadge.png') }}" alt="PCI-DSS Compliant Badge" />
</div>
</div>
</div>
<!-- Next Page -->
<section class="continue-tour below-awards">
<a href="{{ path('analytics') }}">
<div class="container">
<div class="link">
Next: Learn about Analytics
→
</div>
</div>
</a>
</section>
<!-- Call to Action -->
<section class="call-to-action-dark">
<div class="container">
<h2>Get paid faster</h2>
<p>Interested in learning how to automate your company's invoice-to-cash cycle?</p>
<div class="buttons">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Product (Payments)">
Schedule a Demo
</a>
</div>
</div>
</section>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.invoiced.com/"
},{
"@type": "ListItem",
"position": 2,
"name": "A/R Products",
"item": "https://www.invoiced.com/product"
},{
"@type": "ListItem",
"position": 3,
"name": "Payments",
"item": "https://www.invoiced.com/payment-acceptance"
}]
}
</script>
{% endblock %}