#andy_api

1 messages ยท Page 1 of 1 (latest)

quartz fernBOT
#

๐Ÿ‘‹ 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/1324468388612931674

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

formal sunBOT
vale nacelle
tough star
#

We are using Tax Calculations, but looking for it to return a breakdown of rate by state, county, city, district and not seeing that. We only see Tax_type, which is just telling us it's "sales tax"

quartz fernBOT
vale nacelle
#

Do you have an example of a request that you can share with us where you're seeing that behavior? You may have to expand line_items.data.tax_breakdown, but we should be able to confirm whether that's necessary by taking a quick look at one of your requests.

The ID of the request would help us check that, and that should have a req_ prefix.

tough star
#

Are we able to add one of my coworkers to this thread?

vale nacelle
fathom palm
#

Hello! Here is an example of a response for an address that should have a district tax and a state tax. It is instead combining them into one number (8.25).

viscid forge
#

Can you copy the text of that value and send it here?

fathom palm
#

The text of which value?

#

TaxRateDetails?

{<Stripe.Tax.CalculationTaxBreakdownTaxRateDetails@56395605 id=> JSON: {  "country": "US",  "flat_amount": null,  "percentage_decimal": "8.25",  "rate_type": "percentage",  "state": "TX",  "tax_type": "sales_tax"}}
viscid forge
#

Unfortunately I'm not seeing a way to break it down more than that. I think you may need to write this in as a feature request to our support team https://support.stripe.com/?contact=true