What payment processing platforms, such as ActiveMerchant, are available for other languages?

Rails has frameworks such as ActiveMerchant and Freemium (which uses ActiveMerchant) to simplify payment processing. What other framework exists for other programming languages ​​such as PHP or Python?

+7
python programming-languages php ruby-on-rails activemerchant
source share
1 answer

Change Several payment modules GetPaid for Python are available for processing payments. Check out, as well as several extensions for different payment methods .

---------- original answer ------------

From Search on StackOverflow : Satchmo is an alternative to Python.

See this link above for other ideas.

+3
source share

All Articles