#chat_checkout-automatic-taxes
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217493129335144530
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, can you tell me more about where you are seeing that you need to turn this API off?
Like is this an error message returned from an API call?
I spoke to Stripe Support on chat and have turned off automatic taxes a few weeks ago. They said I'm still being charged because there's something still on in the API that I need to change - they sent me the link to here
Gotcha, did they mention anything about where in the API this was being invoked? If not, can you tell me a bit about which of our products you are using? Like Checkout for one time payments, subscriptions, etc?
Also can you DM me your email? Support should not have directed you here if they were already working with you, I'll make sure that agent understands the proper procedure going forward.
No they were quite unhelpful, just sent me a link. I'm using checkouts. Yes will send over my email and yes I did think it was strange
Very sorry to hear.
For Checkout, we have an automatic_tax parameter. It sounds like you may still have somewhere in your code where its enabled property is getting set to true. If you look through your code that creates Checkout Sessions, do you see that parmeter anywhere?
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-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.
Yes I do - how do I change this? I turned it off via the tab mid February but it seems it's still been charging me since
If that is in your code it should just be a mater of removing that parameter from that call. I am a bit surprised we don't error if this is turned off on your account, but it sounds like that may be where this is being set to enabled
I have resolved it in the payment links as they still had it on
thanks for your help