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
0
votes
1 answer

How to Hide .smarty-ui on International address

I really needed help here with the smarty street, on my form i have section Physical address and Mailing address both address can be domestic or International address, I try to hide the smarty-ui if address International address example on the…
MC_A
  • 147
  • 1
  • 1
  • 11
0
votes
2 answers

SmartyStreets jQuery.liveaddress plugin, how to unbind events

I'm using smarty streets jquery.liveaddress plugin in an angular single page app. I need to unbind all of the event listeners from the liveaddress instance when I transition to next page. Right now, if I come back to the page, all events are fired…
mryarbles
  • 378
  • 2
  • 8
0
votes
1 answer

SmartyStreets AngularJS smarty-ui position not updating

I am using SmartyStreets' LiveAddress in an angularJS application to do address validation and autofill on 2 fields in a form. When the user clicks submit, a div is created above the form with either a success or failure message. This div pushes the…
wardanuy
  • 56
  • 1
  • 6
0
votes
1 answer

How to use SmartyStreets LiveAddress Plugin with dynamically loaded form

I am trying to get the LiveAddress website plugin to work in a Wordpress website. The form is loaded dynamically via javascript. It seems that the form is not visible to the plugin at the time the plugin loads. The plugin shows the following message…
Pedro
  • 36
  • 2
0
votes
2 answers

Add events to smarty streets control

I'm using smarty street auto-complete control. I am trying to a attach a keydown event to facilitate selection by using the "ENTER". $('body').on('keydown', '.smarty-active-suggestion', function(event) { event.stopImmediatePropagation(); …
Anirban
  • 589
  • 3
  • 16
  • 40
0
votes
1 answer

How to capture request from REST call?

How can I capture the request from a REST call? I am using this code from SmartyStreets: https://github.com/smartystreets/LiveAddressSamples/blob/master/java/LiveAddressExample.java (I inserted my auth ID and auth token.) I tried using the string…
ABC123
  • 1,037
  • 2
  • 20
  • 44
0
votes
1 answer

SocketException on getOutputStream()

I am trying to get the linked example code to work, but am experiencing a SocketException (below). I am using java 7. https://github.com/smartystreets/LiveAddressSamples/blob/master/java/LiveAddressExample.java IO Exception Error:…
ABC123
  • 1,037
  • 2
  • 20
  • 44
0
votes
1 answer

dynamic input into ajax call for api

I am trying to assign a variable to my form input data which is of json format and url-encoded. At least that is what I think I'm doing with jquery: serializeArray() and param(). This is the error code that I'm getting:…
Paul Yorde
  • 75
  • 1
  • 2
  • 12
-1
votes
1 answer

If I set more than one address object in the addresses array , then is it necessary to provide addresses to both fields?

Here i am using smarty street plugin for address verification . I have Multiple address fields on the form . I want to map all the fields. but I want to keep some fields optional. var liveaddress = $.LiveAddress({ key: htmlKey, …
Waqar ul islam
  • 418
  • 4
  • 17
-1
votes
1 answer

Why am I not getting my json response?

Ok, I think this should generate a json response, but nothing is getting printed out. What am I missing? I am trying to have this input sent to with url request, and then get a json response to print.
Paul Yorde
  • 75
  • 1
  • 2
  • 12
1 2 3
4