taxjar / taxjar-java

Sales Tax API Client for Java
https://developers.taxjar.com/api/reference/?java
MIT License
13 stars 7 forks source link

How to use latest version of TaxJar? #30

Closed perrytew closed 3 years ago

perrytew commented 3 years ago

Hello,

Received this via email:

What you need to do: Your account has been identified as one with potential discrepancies that would immediately benefit from this update. To implement this change, please have your technical team complete the following:

Add the below code to the header of code for your TaxJar API integration calls. This code will enable your site to use the latest version of the TaxJar API. “x-api-version”: “2020-08-07” Once added, test your current requests against the new version. This version should return an error message with the type of incorrect data sent to TaxJar, so you can fix any errors. Once you are able to successfully test your data on the new API version, you should be good to go.

  1. Is this java sdk updated such that the header is already being sent?
  2. If not, when will it be updated?
  3. Can this be done manually? I'm not sure if/where headers are exposed through the sdk.

Thank you, Perry Tew