Understanding Invoice Payment Cancellations
Questions:
- How do payment reversals work?
- Why does my canceled payment still show up?
- What happens to the invoice status when a payment is canceled?
Description:
This guide explains the business logic behind canceling payments in the Finance module.
We will show you, step by step, how the system handles:
-
Payment Reversals: Creating a new transaction line instead of deleting old data.
-
Audit Trails: Maintaining a clean and compliant accounting history.
-
Status Updates: Automatically reverting an invoice from paid to unpaid.
Solution:
-
Navigate to Order Management in the System.
Order Management -> Manage Receipts -> Open Existing Receipt -> Payments
-
Go to Payments Option

-
Original Payments Remain Visible
When a payment is canceled, the system does not remove or modify the original payment entry. The original transaction remains in the payment history to ensure proper accounting history and auditability.
-
Reversal Transactions are created.
The system adds a completely new transaction line representing the payment cancellation or reversal. The reversal amount matches the original payment amount, and both transactions are linked to the exact same invoice.
-
Invoice Status Updates Automatically
The invoice status updates automatically upon cancellation. Depending on the business logic, the invoice will revert from Paid to Unpaid, or to Partially Paid.
-
Security and Access
Only users with the correct permissions, such as Finance users, have the authorization to perform these cancellations. If an invoice is already closed or if you attempt to cancel the same payment twice, the system will prevent the action and display a validation message.
Tips and Tricks:
Pro-Tips:
-
Always check the outstanding balance after a cancellation to ensure it has recalculated correctly.
-
Use the payment history section to view the complete, time-stamped audit trail for any invoice.
Warnings:
-
You cannot cancel a payment on an invoice that is already marked as unpaid.
-
Users without finance permissions will receive an access denied message if they attempt to cancel a payment.