-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Add support for partial payments in GetPaid. Currently, users must create multiple invoices for the same project, which is inefficient. The request is to allow payers to submit payments for less than the full invoice amount directly on the same invoice.
Requirements:
- Allow invoice recipients to make partial payments against a single invoice.
- Update the invoice balance automatically after each partial payment.
- Display payment history and remaining balance on the invoice page.
- Optional: Admin can set whether partial payments are allowed per invoice.
- Optional: Admin can define a minimum amount for partial payments.
Status:
Under review – prioritize if more users request this.