Reputation: 29658
I am working on a service and would like to provide it for a monthly fee. I've considered accepting physical payments and then manually managing the subscription database, but that sounds shady in my opinion, and not at all scalable or practical.
What are some platforms or frameworks that help with the process of processing the actually transaction and managing this kind of thing? I've heard of Magento, but that's about the extent of my knowledge of the subject.
I really have no idea what kind of level of abstraction are provided for this kind of thing. The application is being developed in PHP, if that matters.
Upvotes: 0
Views: 260
Reputation: 11
There's SaaSy.com for downloadable products and subscription-based services, it's all-inclusive.
Upvotes: 1
Reputation: 12966
Paypal's Recurring Billing Service
authorize.net's Automated Recurring Billing™
I'm sure there are more if you care to Google a bit.
Upvotes: 2