Hacker News new | ask | show | jobs
by villiros 6348 days ago
PayPal's basic business account has subscription functionality. It does exactly what you described: you send a customer to PayPal, indicating what their billing cycle is and how much they should be charged. Once they payment goes through, paypal notifies you (via IPN callback) that the subscription should now be active. Once it expires (due to limits you have put in, or because the customer cancels, or if their payments fail), paypal pings you and you can update stuff on your side.

It's actually very easy to integrate, and provides a very good functionality set. It even has trial periods and such.

I imagine Amazon's payments system can do similar things.

1 comments

Hmm ok, thanks for the info. I'll have to look into that.