Open payment gateway libraries for Java, Python, Ruby, Node.JS, and PHP

烂漫一生 提交于 2019-12-03 07:31:49

What I have seen done is just wrapping Active Merchant into a light weight web service which exposes a rest API that any of your languages can talk to. This was for a larger company that could properly lock down their networks though, so DYODD.

You can checkout J2pay its clean and its supported gateway list is continuously increasing.

I created Paython: https://github.com/abunsen/Paython

Supports a few different processors:

  1. Stripe
  2. Authorize.net
  3. First Data / Linkpoint
  4. Innovative Gateway (from intuit)
  5. Plugnpay
  6. Samurai

There's a python port of ActiveMerchant called OpenMerch, which looks quite similar to the ActiveMerchant code.

There is django-bursar for use with django.

I originally left Node.JS out of the list of server-side technologies, but I'm starting a project that is going to use it. And I found what looks like a great payment gateway library for it. Paynode is similar to Ruby's ActiveMerchant, but in Javascript running in Node.JS. It supports Payflow Pro, Authorize.Net, Braintree, Chargify, etc.

omnipay is the best solution for PHP

You can embed JRuby in your JVM and start using any ruby libraries you want!Same is valid for any other JVM languages!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!