#andy_tax-calc-tax-breakdown
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/1479205702508613726
๐ 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.
- andy_api, 30 minutes ago, 4 messages
- andy_tax-calculation, 6 days ago, 5 messages
HI ๐
Sorry but I think I"m missing some context. Can you summarize the current state of your question?
yes, 1 sec
Earlier, I asked, "looking for tax calculations API to return a breakdown of the tax by state, county, city, etc. This is not yet possible, right?
Stripe response: just double checking, are you referring to this API object? and do you have a mock / example of exactly what you'd be looking for?
So I'm confirming I am referring to the tax calcuation API object.
The Tax Calculation API will just return the Tax Calculation object defined here: https://docs.stripe.com/api/tax/calculations/object
When you say you want a "breakdown of the tax by state, county, city, etc" do you mean for each individual tax calculation? Like in the tax_breakdown property?
yes
currently I believe for US sales tax calculations, it only returns total sales tax at a state level, without the more detailed breakdown, right?
and yes, I mean for individual tax calculations
Looking in the object, I only see tax_breakdown.tax_rate_details.state as the most fine level of detail.
You can extract finer detail from the customer_details.address if present but that might still not be what you are looking for
any idea if there are plans to go deeper? TaxJar provides a good example on this.
I don't need details on the address itself - just on the breakdown of the tax. A lot of areas charge a % for state, % for city, % for county, % for district. Clients want to know the details.
https://www.taxjar.com/sales-tax-calculator shows what TaxJar has available on the UI side (which they also have in the API)
If you enter a Texas address of 23930 Spring Mill Ln, Spring, TX 77373-5843, you can see how they break down the rate to the various jurisdictions.
Yes that isn't currently available but there are plans to implement int. I can flag your interest in it.
Oh excellent. Thank you for the update.
Sure thing! If you want to be kept up to date with any changes we make to the tax_breakdown property, I recommend signing up for the Developer Digest ย https://go.stripe.global/dev-digest
Excellent, will do - is there any estimated date for this release?
Not currently, it's still in the planning stages.
Fair enough. Thanks for your help today.
Happy to shed what ๐ก I can ๐