Closed dantedubonc closed 6 years ago
Hi @dantedubon,
It looks like the REST request is passing "to_city": "Louisville"
and the Node request is not. Arvada, CO falls within zip code 80001
and not Louisville, CO. So when you pass Louisville as the city, we're omitting the "retailer's use tax" under the special_
breakdown response attributes and only collecting the CO state rate at 2.9%.
Passing Arvada as the to_city
should return the same response as Node. If you're interested, we also have a blog post on address validation APIs.
I have an issue when I try to use the Node API and the Rest API because they give me different tax calculations. With Node This is my request:
And this is my response:
With Rest
This is my Post Request to https://api.taxjar.com/v2/taxes
And this is my response:
The difference between both responses is:
With Node my tax calculation is 18.2
With Rest my tax calculation is 13.19
Why this is happening?
Thanks in advance