Skip to main content

Questions tagged [google-address-validation-api]

The Address Validation API is a service that accepts an address, identifies the address components, and validates them.

google-address-validation-api
-1 votes
0 answers
25 views

We are facing issue with api response. For few addresses ,State is being returned as value instead of code

We are facing issue with google address api response. For few addresses ,State is being returned as value instead of code. We are looking for code only. For example we expect TX but we are getting ...
sravan kumar's user avatar
0 votes
0 answers
193 views

Why would "standardizedAddress" stop showing in responses from Google Address Validation

I've been using Google's new Address Validation API for quite a few months. This morning multiple customers have told me they're getting a response that "standardizedAddress" is not found. ...
Joe Crescenzi's user avatar
0 votes
1 answer
223 views

Address Validation API - Use in South Africa

I tried using the demo first and then entered an address in Cape Town SA. Firstly the dropdown for choosing region does not cater for South Africa. The address would also not be validated when I ...
Faizel 's user avatar
-3 votes
1 answer
175 views

Google Maps / Validation Error for specific address

This is not a technical question. How do I go about getting Google to correct a validation error? This isn't a feature request and their bug reporting didn't read like that was the correct place ...
FXTran IT's user avatar
0 votes
1 answer
2k views

How to validate addresses in Google Sheets?

I'm trying to validate a list of addresses in a google sheet column, and create from it a well formatted new column(s). I came across the Google Maps Address validation API but I'm not sure how to use ...
Pierre's user avatar
  • 113
-1 votes
1 answer
212 views

Google Address Validation API to Magento 2 Using Avalara Avatax

Has anyone else had a problem integrating Google's Address Validation API into Magento 2's Avalara Avatax? It's almost as if the API key is restricted. Although it's currently unrestricted. Our ...
Ren's user avatar
  • 1
2 votes
2 answers
2k views

Google Apps Script call Address Validation API

Simple code and straightforward. It works with postman but fails with Apps Script. function validateAddress () { const url = 'https://addressvalidation.googleapis.com/v1:validateAddress?key='; ...
sangnandar's user avatar