You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try the ValidateAddressTest.txt example using line 1 in both the command line curl as well as PostMan I receive:
{
"ResultCode": "Error",
"Messages": [{
"Summary": "Country not supported.",
"Details": "Address Validation for this country not supported.",
"RefersTo": "Country",
"Severity": "Error",
"Source": "Avalara.AvaTax.Services.Address"
}]
}
If I remove the "Country=US" option then it works with:
Odd! I just tried to reproduce this issue in curl (and in the Advanced Rest Client for Chrome), and I was able to call just fine? This might be related to something on your specific account - could you email me your account number and I can take a look?
When I try the ValidateAddressTest.txt example using line 1 in both the command line curl as well as PostMan I receive:
If I remove the "Country=US" option then it works with:
The text was updated successfully, but these errors were encountered: