#edutomesco
1 messages · Page 1 of 1 (latest)
Hello, do you have the ID of an example invoice (in_123...) that this is not working for?
in_1LxmGNG1fQyuUuzXwVdFtmDd
Thank you. It looks like that invoice comes from a subscription that does not have automatic tax calculation turned on. To turn it on for future Checkout Sessions you can pass automatic_tax.enabled: true when creating future ones https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-automatic_tax-enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For these existing subscriptions you can turn on automatic tax as well https://stripe.com/docs/api/subscriptions/update#update_subscription-automatic_tax-enabled
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks