#blakemaczka

1 messages · Page 1 of 1 (latest)

tribal hollowBOT
slow geyser
#

Hello 👋

drifting idol
#

hi!

#

initial invoice* should be the last bit

slow geyser
drifting idol
#

Can I charge sales tax for a new location after an invoice is finalized? For example, if I create an invoice with no sales tax, then collect the tax info and update the subscription, the user pays the no-tax-invoice, can I then programatically charge the tax amount? It seems like stripe.tax.Transaction.create_from_calculation would do that but at least in test mode I don't see that collecting any money from the customer

slow geyser
drifting idol
#

Got it. There's no way to use ransaction.create_from_calculation after the invoice is finalized either?

slow geyser
#

Tax Transaction objects allow you to "record" the tax you've collected from your customers. You can't use them to charge tax to customers.

It's for reporting purposes.

drifting idol
#

ah okay got it