Questions tagged [google-address-validation-api]

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

The Address Validation API also standardizes the address for mailing and finds the best known lat/long location for it. It can help understand if an address refers to a real place. If the address does not refer to a real place, it can identify possibly wrong components, enabling users to correct them.

The Address Validation API provides many features to help you process an address, including:

  • Separates the address into its individual components and then provides component-level validation checks, including sub-premises (where available).

  • Cleanses, standardizes, and infers missing or incorrect address components.

  • Supplements the address with additional information, including geocode, address precision, and postal services data.

  • Returns a single string containing the complete address as determined by the API.

7 questions
2
votes
2 answers

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='; const apikey = '...'; let payload, options,…
0
votes
0 answers

Google AutoComplete when selecting address show only address

Is there is any possibility to hide all the data after address so, that it won't be repeated. Expected: After selection it should show only 9425 Washington Boulevard North in auto complete address field n city, state, zip and country in their…
0
votes
0 answers

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. I looked into it and I see that the API is responding, but…
0
votes
1 answer

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 select unknown as region. Kindly Assist I tried using…
Faizel
  • 11
  • 1
0
votes
1 answer

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 it or if there is another better solution out…
-1
votes
1 answer

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 shipping and handling/tax amounts are all off. I…
Ren
  • 1
-2
votes
1 answer

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 either. If this isn't the correct forum, maybe…