#demisel
1 messages · Page 1 of 1 (latest)
Hi 👋 do you have the ID of an Invoice where you saw that behavior?
Do you hvae the ID that starts with in_?
My bad in_1OWGTYGwS6hWApc4HbC1xsqI
Hm, I think that's because automatic_tax wasn't enabled for the Checkout Session that was used to create the Subscription that created that Invoice:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-automatic_tax
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh alright. We'll do the necessary changes for future susbcriptions. Is there any way to enable it for existing subscriptions from the web UI ?
I'm not too sure about from the dashboard, we specialize in helping developers work with our API in this forum. I would think there would be an option to change that in the Subscription editor in the dashboard, but I'm not certain on that.
Alright thanks, I was looking for solutions to this in pages related to products and prices, I will look into pages related to subscriptions
Any time! Yeah, I wouldn't expect that to be near the Price/Product settings.