usps

USPS ACS Keyline Check Digit

I have implemented the "MOD 10" check digit algorithm using SQL, for the US Postal Service Address Change Service Keyline according to the method in their document, but it seems I'm getting the wrong numbers! Our input strings have only numbers in them, making the calculation a little easier. When I compare my results with the results fr...

USPS API confusion

If anyone has any experience with the USPS delivery confirmation API, I'd really appreciate any insight I can get... I am using PHP and cURL to send an XML request to the D.C. API. When I send the response through cURL, I get nothing. No error response, no XML, or anything. When I send the XML through a browser, I get an error respon...

Libraries for verifying and sorting addresses in order to get USPS presort discounts

Been asked to do some research on mail presorting software. I've already looked at Melissa Data, whose API is a mess (luckily its also very terse). I'm interested in hearing your experiences with software for verifying and presorting addresses. ...

What are some Physical Mailing Services with APIs? (pdf to delivered letter)

I'm writing a bill generation service for a client, and I would like to program my self out of the most time consuming part of the process. It goes something like this. print X number of pdfs and envelopes, stuff envelops, stamp, and bring to post office It would only be a few hundred bills monthly to start but it could grow. I'm...

Ubercart USPS error message

I have shipping quotes with USPS enabled, and I turned on debugging information so I can receive the request/response information: API=RateV3&XML= <RateV3Request USERID="(Hidden)"> <Package ID="0"> <Service>ALL</Service> <ZipOrigination>90038</ZipOrigination> <ZipDestination>90024</ZipDestination> <Pounds>1</Pounds> ...

Where is Ubercart USPS Shipping module

I can't seem to find the Ubercart 2.x version of USPS Shipping module! This is the closest I could come, but I feel like I shouldn't be constructing the module from a source view. http://api.ubercart.org/api/file/ubercart/shipping/uc_usps/uc_usps.module/2/source There was a zip available here of a spin-off module... http://www.ubercart...

usps credentials

hi i am developing shopping cart site in which i want to use USPS(united states postal service)for shipping.can anybody know the fields which are to be required for this service. ...

I got switched to USPS production Account still problems

Last night I mailed USPS customer care executive and they had switched my account to production server in USPS.I got mail from them in which I got this message Dear USPS Customer, Thank you for contacting us. Congratulations on completing your testing using the U.S. Postal Services Internet Shipping Application Program Interfaces (AP...

USPS API Returning 501 NOT IMPLEMENTED

I am attempting to utilize the USPS API to do some address verification/validation. I'm sending this XML to http://testing.shippingapis.com/ShippingAPITest.dll: <AddressValidateRequest%20USERID="xxxxx"><Address ID="0"><Address1></Address1><Address2>6406 Ivy Lane</Address2><City>Greenbelt</City><State>MD</State><Zip5></Zip5><Zip4></Zip4...