#nukes-invoice-changeamount

1 messages · Page 1 of 1 (latest)

unique ivyBOT
pine swift
#

nukes-invoice-changeamount

#

@candid grotto that's impossible with our product by default. Once an Invoice is finalized you can't change its amount or add extra fees. The only way would be to keep track of interest and once a customer is ready to pay you void their current Invoice and create a new one with the additional fee as a line item and charge that

#

it's definitely going to be tricky for you to track overall unfortunately but no way around it

candid grotto
#

right, that's what from_invoice is for, right?

#

to say, here's a new invoice for an updated amount that supercedes the previous invoice.

pine swift
#

doesn't work with Subs as far as I know

candid grotto
#

this isn't subs, it's one off invoicing

pine swift
#

ah then yes that can work!

candid grotto
#

okay, my mind keeps thinking having a single invoice page to pay off is better, even if it ends up in a chain of several voided->new invoices.

pine swift
#

yep that works

candid grotto
#

okay, thanks.