{% extends 'D2CustomerBusinessBundle::layout.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_css_extra %} {% endblock head_css_extra %} {% block page_header %}

Payment via PayFast

{% endblock page_header %} {% block content %}

Online Payment via PayFast

{% if mode == constant('D2\\CustomerBusinessBundle\\Entity\\PayFastTransaction::TYPE_PM_CART_PAYMENT') %}

Thank you for your order. An invoice ({{ doc_no }}) to the amount of R{{ amount }} has been generated and emailed to you.

{% elseif mode == constant('D2\\CustomerBusinessBundle\\Entity\\PayFastTransaction::TYPE_PM_RESERVATION_PAYMENT') %}

Your reservation has been provisionally booked. An invoice ({{ doc_no }}) to the amount of R{{ amount }} has been generated and emailed to you.

To secure your booking, please click on the Pay Now button.

{% else %}

Online payment for invoice {{ doc_no }} to the amount of R{{ amount }}.

{% endif %}

When you click on the Pay Now button below, you will be re-directed to the PayFast system for secure payment. Once your payment has been completed, you will be automatically re-directed back to our system.

We support both Instant EFT and Credit Card transactions on the PayFast system.

{% if mode == constant('D2\\CustomerBusinessBundle\\Entity\\PayFastTransaction::TYPE_PM_CART_PAYMENT') or mode == constant('D2\\CustomerBusinessBundle\\Entity\\PayFastTransaction::TYPE_PM_RESERVATION_PAYMENT') %}

(Please note that should your transaction not be successfull, you can retry the payment by viewing your Account Documents in the My Account menu. Alternatively you can manually EFT and forward the payment confirmation to us.)

{% endif %}
{% endblock content %}