{% extends "ui/templates/base/layout.html" %} {% block content %} {% include "modules/clients/templates/clients/_client_tabs.html" %}

Pay Now

Invoice {{ invoice.invoice_no }}

Pay the outstanding amount using online gateway, UPI or bank transfer. Online gateway receipts are created automatically after successful verification.

Payment Options

Amount payable: ₹ {{ '%.2f'|format(amount_due or 0) }}
Invoice balance only is shown here. TDS or bank charges will be adjusted by the firm while recording receipt.
{% if payumoney_enabled %}
Online Payment Gateway

Pay securely through PayUMoney / PayU. Receipt will be created automatically after successful confirmation.

{% if payumoney_mode != 'LIVE' %}

Currently running in TEST mode.

{% endif %}
{% endif %} {% if cashfree_enabled %}
Cashfree Payment Gateway

Pay securely through Cashfree checkout. Receipt will be created automatically after successful confirmation.

{% if cashfree_mode != 'LIVE' %}

Currently running in TEST / Sandbox mode.

{% endif %}
{% endif %} {% if upi_link %}
UPI Payment
UPI ID: {{ upi_id }}
Open UPI App

This opens a UPI app on supported devices. After payment, share the UTR/reference number with the firm if requested.

{% endif %}
Bank Transfer
Bank
{{ bank_name or '-' }}
Account Name
{{ bank_account_name or '-' }}
Account No.
{{ bank_account_number or '-' }}
IFSC
{{ bank_ifsc or '-' }}
{% if payment_instructions %}
{{ payment_instructions }}
{% endif %}
{% endblock %}