Web service with subscription/payment and with automated email


2

I am considering starting a business based on daily/regular emails that will be fed an automated process getting data from a MySQL database.

I am looking for a service that:

  1. offers a ready-made website that interfaces with customers for subscription/payment
  2. send emails to my subscribers, triggered by my daily script

I had a quick look at aWebber, but I could not see any feature to automate payment and email delivery. MailChimp seem to have an API, but I cannot find a ready-made solution.

Email Database Service

asked Jan 31 '11 at 04:53
Blank
Tucson
714 points

1 Answer


2

The poor mans version is the Paypal Subscribe button, you can set the iteration, amounts, and it will send emails based on the transaction result.

You can step it up a bit with services such as CheddarGetter.com, which give you a bit more control, and an api.

If you have a merchant account, you can also use Authorize.net for subscriptions, that also works through an api, and just like the services above provides safe storage for credit card numbers.

... Usually what I recommend is that you build your own system. Building your own system affords you to store more information in your db, program refunds, upsells, downsells, retention, and my favorite a pro-rated subscription rate that allows you to bill your customers first on a pro-rated amount then monthly ( this can be done with paypal subscriptions by doing an intial cost, but its much cleaner in your system).

If you are going with the Paypal option, please look into EWP (encrypted web payments) which allow you to encrypt your subscribe buttons and prevent from others from manually changing the dollar amounts.

answered Jan 31 '11 at 17:46
Blank
Frank
2,079 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Email Database Service