We're using the plugin on one of our sites and in one order, the calculated tax for zip code 63141 only returns MIssouri's state tax. I tested the same request on the API and found out that the city_tax_rate and county_tax_rate is returning 0.0, despite https://www.taxjar.com/sales-tax-calculator saying that there should be 2.250% and 2.513% respectively.
Although, it seems like the calculator's rate is returned properly when the source is from within Missouri.
This is the request I'm sending to the API, which is the same as what the plugin is sending. I've ommited the to_street for privacy but I'm getting the same rates eitherway.
We're using the plugin on one of our sites and in one order, the calculated tax for zip code 63141 only returns MIssouri's state tax. I tested the same request on the API and found out that the city_tax_rate and county_tax_rate is returning 0.0, despite https://www.taxjar.com/sales-tax-calculator saying that there should be 2.250% and 2.513% respectively.
Although, it seems like the calculator's rate is returned properly when the source is from within Missouri.
This is the request I'm sending to the API, which is the same as what the plugin is sending. I've ommited the to_street for privacy but I'm getting the same rates eitherway.
I'm wondering if the 0% city and county rates are intentional or whether I'm missing something.