#Sir Devilik-tax

1 messages · Page 1 of 1 (latest)

pliant raptor
#

@sage wind sure, what's the question?

sage wind
#

thanks, I will give you an example, right now when a customer buys a subscription per month with a tax on that item ex: 100€ + 23% of tax 23€ the next payment will be 123€ even if we change the default tax because client/customer changed is address to another country ex: 21% on the new address

#

should the next payment get updated with the default tax change automatically?

#

"When a subscription renews and creates an invoice, Stripe sends the invoice.created webhook event. Stripe waits approximately one hour before finalizing the invoice and attempting payment or sending an email. During that delay, the invoice is a draft and is editable. Follow the process to assign tax rates to that invoice." found this on docs

pliant raptor
#

hmm ,same question as @ebon isle earlier today 🙂

Same answer I'm afraid — it's an excellent question but I don't know off the top of my head. My assumption is the future invoices would change, since I think we re-calculate tax on each invoice generated, so at that time we’ll be taking into account the current state of the customer and your account individually on each payment. But you should write to https://support.stripe.com/?contact=true for a definitive answer so we can ask the product team

pliant raptor
sage wind
pliant raptor
#

then yeah it really depends how you built this. We just apply the tax rates applicable, so the subscription.default_tax_rates or the Customer level ones if those are not set, or you can override them by directly editing the Invoice when it's draft; it's up to you to determine which rate should apply based on the customer details — https://stripe.com/docs/billing/subscriptions/taxes .
Unless you use our automatic tax product(https://stripe.com/docs/tax/subscriptions) in which case the rates are managed automatically by us, but I'm not sure what you use or what you built.

sage wind
#

right now we are setting the default tax when the customer sets the address, and applying tax per item because its required when client changes plans/subscription to gave them the right credit

#

so the auto tax its not the answer I guess

#

😦