Rails has frameworks such as ActiveMerchant and Freemium (which uses ActiveMerchant) to simplify dealing with payment processing. What other frameworks are there for other programming languages such as PHP or Python?
views:
664answers:
2
+2
A:
Edit For processing payments, there are several GetPaid modules available for Python. Check out the core package, as well as some extensions for different payment methods.
----------original answer------------
From a StackOverflow search: Satchmo is a Python alternative.
See that question link above for other ideas.
jcoon
2009-03-24 18:04:01
Satchmo is specifically for building a shopping cart whereas I'm interested in just handling payment via a framework, not as a shopping cart.
DavidM
2009-03-24 18:07:01
got ya, are you familiar with GetPaid at all? See above
jcoon
2009-03-24 18:13:55