#mtanzi-tax
1 messages · Page 1 of 1 (latest)
hi! it doesn't really have a decimal component. 16 is 16%, 5 is 5% etc, I don't think we support fractional percentages
from the API I see that is a decimal -> https://stripe.com/docs/api/tax_rates/object#tax_rate_object-percentage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yeah you're right I'm wrong
also some taxes in US are not rounded to the integer, they need to be decimal,
ex.
AZ CITY TAX: 5.6%
anyway it's four decimals, as you see if you try to pass something else
Invalid decimal: 16.5666666; must contain at maximum four decimal places.
so the answer to your question is "4"
Awesome thanks!