How to handle Address Issues (Incomplete or Ambiguous Addresses)

 Common Root Causes of Missing Excise Tax

Orders may fail to calculate excise tax if the shipping address is incomplete or missing key details (e.g., a street or highway element).

In these cases, the address resolution provider can map the location to the wrong county/census area, preventing tax from being triggered.


Root Cause Analysis:

  • The shipping address provided was incomplete, missing key details (e.g., a highway/street element).
  • The address resolution service mapped the location to the wrong county/census area instead of the correct borough.
  • Since excise tax was configured at the county/borough level, tax was not applied even though the city appeared valid.


    Resolution Guidance:
  • Verify whether the customer’s shipping address is complete and properly formatted.
  • The only way to override this would be to either have the customer fix the address to be a proper address,
    or have us implement a feature to manually override specific address resolutions like this. (feature request)

Read more

How do you setup identity or age verification so that only certain locations need to get verified?

Answer: Use Location-Based Identity Verification. This is enabled via the locationRestrictions.requiresVerification attribute in your application configuration to define which countries and regions require verification. Summary Token of Trust now supports location-based verification requirements through the locationRestrictions configuration. This feature allows you to specify which geographic locations (countries and regions)

By darrin