TaxJar (tax_jar v0.4.0)
Copy MarkdownInteract with TaxJar's API.
Configuration
To be able to use this successfully you need to configure the required values.
:api_key- The API auth key for your account.:api_url- (Optional) If you want to override the default url for the current env.:api_version- Must be a valid TaxJar API version. Default is"2022-01-24".:http_adapter- Must be a module that implements theTaxJar.Requests.HTTPBehaviourprotocol.Default is `TaxJar.Requests.HTTPAdapters.ReqAdapter`.:mode- (Optional) You can explicitly specify the mode as:productionor:sandbox.The default is `:sandbox`. This will also control which url is used.
Summary
Functions
See TaxJar.Requests.get_sales_tax_for_order/1.