HOW TO: Resolve "We were unable to automatically verify your address."

If you receive this error is means our Geofilter plugin was unable to lookup your address in the Google Maps database. In order to resolve this, all you need to do is update your address with the correct address in Google Map's database.

Simply search for your address using Google Maps (https://maps.google.com/) and once you find the correct format, just update your address in the Client Area. Once you have updated your address to the correct one, it will verify your account and your "fraud" order(s) will be set back to "Pending" and you can complete your order.

If Google Maps does not have your correct address, please open a ticket and provide a link for us to verify your address.

If you open a ticket without following the above steps, your ticket will be closed.

  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

HOW TO: Backing up files with 1 line of code

rsync -avz /my/folder/ user@SERVERIP:/home/user/my/folderYup, that's it. All you do is enter the...

HOW TO: Cancel your service

Login to the Client Area. Click on "My Services" under the "Services" tab at the top. Click...

HOW TO: Creating an SSH RSA Key with PuTTYgen.exe

1) Open PuTTYgen.exe set the type to SSH2 RSA and minimum 1024 bits.2) Click "Generate" and move...

HOW TO: Backup your MySQL database

The easiest way to automatically backup your database is with a simple cron job running the...

HOW TO: Automatically backup your user data with rsync

Here is a quick and easy way to backup your files and MySQL database with a simple script:...