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
1
vote
1 answer

zIndex and/or hide in smartystreets jQuery

I'm using the SmartyStreets jQuery plugin (which is awesome) on a PHP page. Also on that page is a thing where I need a jquery modal popup form. However, the SmartyStreets "verify" button (which is automatically bound to my "zipcode" field on my…
1
vote
1 answer

testing for "delivery_line_2" in SmartyStreet's API response

I'm working with the SmartyStreets API and I'm trying to test the response to see if there is a value in the "delivery_line_2" field. I keep getting a variable undefined error in VBA for Excel when trying to run the code. Anyone have a suggestion…
1
vote
1 answer

smartystreets API and post back issue

I am using the address verification API from smartystreets in an aspx web page which is using a Wizard. My code is in VB .NET 2010. When the user clicks the NExt button, the address gets automatically verified, but the user has to click again on the…
Francine
  • 11
  • 1
1
vote
0 answers

Has anyone use SmartyStreets in a PeopleSoft page for address validation?

We have a subscription with SmartyStreets and have used successfully with MSSql.Net, but want to apply to a PeopleSoft page for address validation and formating. Any code suggestions would be helpful? Does it have to go through PSoft integration…
0
votes
3 answers

How do I convert SmartyStreets' jQuery.LiveAddress plugin to its JavaScript SDK?

I have a website where the jQuery.LiveAddress plugin is implemented, but it was deprecated and then totally removed by SmartyStreets in 2014. https://www.smartystreets.com/archive/jquery-plugin/website/configure
NobleUplift
  • 5,631
  • 8
  • 45
  • 87
0
votes
0 answers

.NET API POST endpoint returns inconsistent status codes for exact same request data

I have an API (let's call it API#1) that I've been able to test via localhost w/ swagger and indirectly through our application's site (QA version). With the EXACT same posted values, I am sometimes getting a 500 error, and sometimes a 200 OK…
Dan G
  • 51
  • 8
0
votes
1 answer

How to integrate smartystreet with laravel

I want to integrated smartystreets with my laravel project but am not able to do so. I have tried this link , but it throw me error "Undefined constant 'FireEngineRed\SmartyStreetsLaravel\SmartyStreetsServiceProvider'" when i run "$ php artisan…
A_S
  • 127
  • 7
0
votes
1 answer

How to get Country,State,County and City from SmartyStreet API?

I tried using example API but seems some of the parameters missing. This is the API I tried. public W_AddressStateCity GetAddressStateCityInfo(W_CustomerAddress oAddress) { W_AddressStateCity oAddStateCity = new…
PCG
  • 2,049
  • 5
  • 24
  • 42
0
votes
1 answer

SmartyStreets Jquery thingie not binding to address fields in a modal?

situation is not limited to SmartyStreet's Website Plugin, but its the latest symptom: A page opens a modal with the following form:
0
votes
2 answers

JQuery form submission not working with API

I am trying to retrieve date from a form submission to use in a SmartyStreet API request. It's not outputting the response from the API. HTML:
Manuca
  • 33
  • 1
  • 4
0
votes
0 answers

SmartyStreets Cloud API implementation

I wrote a simple API to verify addresses using SmartyStreets API. I currently have a free account with them to do the testing. The API works as it is but I would like to implement two other features. 1- autocomplete addresses and populate values in…
Hussam Hallak
  • 303
  • 4
  • 21
0
votes
1 answer

International validation is not working with SmartyStreets plugin

SmartyStreets Plugin International Validation Woes I have done everything the walk through requires: Included the Plugin Configured Plugin…
AlyssaNicoll
  • 141
  • 9
0
votes
2 answers

WCF called from Jquery: Method not allowed

I've read countless walkthroughs of creating WCF services today, and after trying too many times, I've arrived at this point and have to give up for the day to keep my sanity. I am attempting to test an API (SmartyStreets), retrieving the test…
Blankdud
  • 698
  • 5
  • 9
  • 22
0
votes
1 answer

How to debug smartystreets api call?

I want to use SmartyStreets API via Python. Here is the script I am using: # ss.py import requests import pdb authid = 'jaf110af-b6ae-3ea2-829a-035dcb246392' token = 'kAyGAA0rD0lNykcktJpg' payload2 = {'auth-id':authid,…
user3676943
  • 913
  • 1
  • 13
  • 27
0
votes
1 answer

SmartyStreets: Adjust location of Verified tick in Form with Conditional Fields

I'm using SmartyStreets and have a bunch of conditional fields that modify the DOM. I'm also using a responsive design that affects the layout. The issue I have is the verified tick doesn't always retrigger and remap to the correct field after…
rmlumley
  • 765
  • 8
  • 23