I'm getting address errors when I try to get rates, what's going on?
Check to see if you're using verify_strict
instead of verify
in your rate request. If you are, use verify
instead as it will allow you to create and store errors on the Address object for later review.