#manuel_api
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/1445416138354720901
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- manuel_subscription-pending-updates-delete, 20 hours ago, 44 messages
also this is the invoice in_1SZZDYDtLlgoCDIrA1zJiIls
as you can see, there is no taxes applied :c
hey there, taking a look
So first of all this is a dashboard update, so i might be limited in ability to help here, but what are you expecting to happen when you do this?
For example, i notice the request disables proration, so i wouldnt expect any new invoice or payment for the change
Likely the default taxes would appear on the next renewal invoice
Oh, I see... I thought that by giving you the request ID, you would be able to see more details...
What was supposed to happen when I ran .modify() was that the taxes would be applied to the invoice and the product in the subscription.
Or how should taxes be applied when using .modify()?
What was supposed to happen when I ran .modify()
What do you mean by this? Are you making this updates with an SDK somewhere instead?
im doing the updates via API
Not in the example request you shared
Is there another request you have for doing this in your own code?
let me see
So you're telling me that perhaps that subscription change was made manually via the Stripe dashboard?
For comparison, I see this API request you made using Python: https://dashboard.stripe.com/acct_18A5G2DtLlgoCDIr/logs/req_vsQhq0NVP33bZC
but this is not adding/change tax configuration
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I'm not sure, I would suggest managing this via your code/integration if possible: https://docs.stripe.com/api/subscriptions/update?api-version=2025-11-17.clover&rds=1&lang=curl#update_subscription-default_tax_rates
I'm asking because the internal team working on my project (who are not developers) sometimes use the dashboard.
๐
Yea it's possible that can work, but sometimes the Dashboard will apply unexpected params that change the resulting behaviour and you may not have full control over that or be able to use all possible params/values etc
So if you're trying to build something like this you should use the API
Dashboard might be able to do this too, but I can't say specifically whats possible in the UI, you'd need to have them reach out to our support team for guidance on that: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.