Get Sales Tax Rates
GET
/v1/sales_tax_rates
sales_tax_rates
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/sales_tax_rates?country&state&zip&isPartial&city&county&street&effectiveDate'
Response Response Example
200 - Success
{
"complytId": "414d3ef7-e282-4e29-9c77-ba7d3a349c33",
"requestAddress": {
"address": {
"country": "US",
"state": "NY",
"zip": "10001",
"isPartial": true
},
"effectiveDate": "2024-01-01T00:00:00"
},
"matchedAddressData": {
"address": {
"city": "New York",
"country": "United States",
"county": "New York",
"state": "New York",
"zip": "10001"
},
"scoring": {
"matchLevel": "EXCELLENT",
"score": 1,
"fieldScore": {
"countryMatch": "EXACT",
"stateMatch": "EXACT",
"cityMatch": "NO_MATCH",
"zipMatch": "EXACT"
}
}
},
"salesTaxRates": {
"stateRate": 0.04,
"countyRate": 0,
"cityRate": 0.045,
"spdRate": 0,
"mtayRate": 0,
"otherRate": 0,
"combinedDistrictRate": 0.00375,
"ratesMetaData": {
"cityDistrictRate": 0,
"countyDistrictRate": 0.00375,
"specialDistrictRate": 0
},
"taxRate": 0.08875
}
}
Request
Query Params
country
string
required
state
string
required
zip
string
required
isPartial
boolean
required
city
string
optional
county
string
optional
street
string
optional
effectiveDate
string
optional