{% extends 'Layouts/Doc/default.html.twig' %} {% block title %} {{ 'app.documentation.menu.architecture.drivers'|trans }} {% endblock %} {% block headerPageTitle %} {{ 'app.documentation.menu.workflow.multiple-payments'|trans|upper }} {% endblock %} {% block body %}
Multiple payments: typically refers to the ability to accept more than one payment for an order. This is common in retail and e-commerce settings where customers may want to pay using different methods such as cash, credit/debit cards, etc.... Offering multiple payment options can enhance convenience for customers and potentially increase sales for businesses by accommodating different preferences and situations.
To make a payment, the amount is required
Up to now, multiple payments are enabled only when using cashback to pay a part of the order's amount.
Here's a general outline of a multi-payment workflow: