Questions tagged [smartystreets]

Smarty is an address validation, autocomplete and geocoding API provider and list service providing both commercial and free services.

Smartystreets, renamed to Smarty in 2022 is an API for validation, address , , and reverse geocoding.

Data returned in the APIs include:

  • Input index
  • Candidate index
  • Addressee
  • Delivery Line 1
  • Delivery Line 2
  • Last Line
  • Delivery Point Barcode
  • Urbanization
  • Primary number
  • Street name
  • Street predirection
  • Street postdirection
  • Street suffix
  • Secondary number
  • Secondary designator
  • PMB designator
  • PMB number
  • City
  • State
  • ZIP Code
  • ZIP+4 Code
  • Delivery Point
  • Delivery Point Check Digit
  • Record type
  • County FIPS Code
  • County name
  • Carrier route
  • Congressional district
  • Building default indicator
  • RDI (residential/commercial)
  • Latitude
  • Longitude
  • Precision
  • Time Zone
  • UTC offset
  • Observes DST
  • DPV™ match code
  • DPV™ footnotes
  • CMRA
  • Vacant
  • Active
  • EWS match
  • Footnotes
  • LACSLink code
  • LACSLink indicator

Smarty's primary technology stack is , , and for the front-end, .

55 questions
7
votes
1 answer

PHP: How to parse a stdClass Object?

I'm trying to parse this data that is returned from SmartyStreets (it's an address verification company). Here is an example: Array ( [0] => stdClass Object ( [input_index] => 0 [candidate_index] => 0 …
Edward
  • 9,430
  • 19
  • 48
  • 71
6
votes
3 answers

SmartyStreets Address Validation PHP Example?

Can I get a sample PHP code example which calls SmartyStreets LiveAddress API for address validation?
user1277719
  • 99
  • 3
  • 6
4
votes
2 answers

Trying to consume SmartyStreets JSON with JSON.Net... "Cannot deserialize JSON array into type Components"

I'm trying to consume SmartyStreets JSON LiveAddress API and I'm having some difficulties. I will admit that I'm not too familiar with JSON. Anyways, I've tried a few different methods and I usually end up with the error "Cannot deserialize JSON…
AJ Tatum
  • 653
  • 2
  • 15
  • 35
4
votes
0 answers

Smarty Streets CSS Adjustment for Verified tick

I am facing this strange problem; I am using Smarty Streets to verify addresses. According to the documentation when you map fields with Smarty Streets API it automatically binds a verified tick mark with the zip field. As you can see I am mapping…
Waqar ul islam
  • 418
  • 4
  • 17
4
votes
1 answer

SmartyStreets not getting zip codes

I installed SmartyStreets on my form and all works fine except for the zip code which does not populate. I also notice on the page for SmartyStreets where you can try the samples the zip code does not populate. Is this normal, is there a problem…
penone
  • 742
  • 1
  • 10
  • 27
3
votes
1 answer

Using SmartyStreets and nothing is working

I am using the SmartyStreets API to verify valid street addresses in New York City. I downloaded their example code file and I tried running it with a variety of different values. I tried my address, the address of Apples HQ, and even the stock…
Wizard
  • 462
  • 1
  • 6
  • 14
3
votes
1 answer

SmartyStreets API looped across a data frame

I am fairly new to Python, and am working with the SmartyStreets API. I am trying to read in a data frame that contains addresses and simply validate them. However, I am running into issues and not producing any results. The below code should…
Sven
  • 301
  • 2
  • 18
3
votes
1 answer

Smartystreets not auto populating zip code

I set up SmartyStreets on a form I am using and it works great, except the ZIP Code is not automatically verifying after the address is entered. The address dropdown works okay and the addresses show up but the ZIP is always blank because it thinks…
user1299379
  • 381
  • 2
  • 4
  • 13
3
votes
1 answer

How SmartyStreets protect my account?

I'm using smartystreets to verify address, etc.,. The only setting I'm giving them is the referrer URL. When I request with postman by passing the correct referrer it works fine. What if someone supplies the same header from AWS CloudFront and…
Kannaiyan
  • 12,554
  • 3
  • 44
  • 83
3
votes
1 answer

How to AJAX POST to a PHP script for address validation with SmartyStreets?

I am attempting to implement SmartyStreets API to validate an address: street, city, and state, through a form. I have implemented without AJAX implementation, but when I switch over to AJAX implementation. It does not work? I read up on the…
imparante
  • 503
  • 9
  • 21
3
votes
2 answers

SmartyStreets subscription balance

In SmartyStreets, I can view my subscription balance while logged in on the portal. There's no way to check my subscription balance via the API. Our app requires address validation in order to sell. As part of operationalizing SmartyStreets, I want…
ChasSchley
  • 49
  • 2
3
votes
2 answers

Pass a variable between controller and use ng-repeat on same page

Some of my wording may be off especially regarding angular/js terminology (controller, service, factory, etc), but hopefully it is still understandable. Also, this question has multiple parts, which made it difficult to ask in one line. I have 3…
Emil
  • 1,131
  • 13
  • 23
3
votes
1 answer

How to disable LiveAddress via javascript

So while LiveAddress works great for US address we have to support international addresses as well. I already have a country dropdown that's enabling LiveAddress only when the person chooses the US. However I need to now "disable" LiveAddress…
CodingSamurai
  • 101
  • 1
  • 7
3
votes
1 answer

Object variable or With Block variable not set - Access 2010 VBA

Greetings to the well of knowledge... I've been reading the numerous posts on this particular error and have not found anything that resolves my particular issue. I have some VBA code within an Access 2010 front-end. Sometimes, but not always, I…
KACJR
  • 33
  • 1
  • 4
3
votes
0 answers

SmartyStreets jQuery element positioning breaks

My address form is located below a twitter bootstrap tab set. These tabs have varying heights. As the user switches between tabs, the SmartyStreets "smarty-ui" element does not update it's absolute positioning. Instead, the form may now appear…
Glen
  • 31
  • 1
1
2 3 4