Skip to main content
POST
Resolve Taxable Location

Authorizations

Authorization
string
header
required

Body

application/json
street1
string
required

Address Line 1 (Street Name)

city
string
required

City/Subdivision

street2
string

Address Line 2 (Apt/Suite). Empty string if not applicable

state
string

US State or Territory (2-letter abbreviation). Used when country is US. Optional for Canadian addresses.

zip
string

ZIP code (5 digits). Used when country is US. Optional for Canadian addresses.

country
enum<string>

Country for the address. One of US or CA. Defaults to US if omitted. NOTE: CA is only applicable for Canadian Payroll (Early Access)

Available options:
US,
CA
province
enum<string>

Canadian province/territory (2-letter abbreviation). Used when country is CA. NOTE: Only applicable for Canadian Payroll (Early Access)

Available options:
AB,
BC,
MB,
NB,
NL,
NS,
NT,
NU,
ON,
PE,
QC,
SK,
YT
postal_code
string

Canadian postal code. Used when country is CA. NOTE: Only applicable for Canadian Payroll (Early Access)

Response

200

success
boolean
default:true
Example:

true

data
object