Simple fix for address errors when getting rates
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.