As you collect payments from your customers their invoice will update with the Balance due. This allows you to send an invoice to your customer showing both the amount they already paid AND the amount they still owe. The logic to this feature works in the following manner:
- If a customer makes a partial payment, the Balance Due will show the remaining amount.
- If a customer pays an invoice in full, the Balance Due will show $0.
6914