Tagged Questions

1
vote
3answers
37 views

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 …
0
votes
3answers
48 views

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 …
0
votes
2answers
183 views

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 …
0
votes
3answers
250 views

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 …