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

前端 未结 8 911
暖寄归人
暖寄归人 2021-02-08 15:49

I\'m looking for generic and open source payment libraries that support many different payment processor APIs. In other words, I\'d like to develop an application using a single

相关标签:
8条回答
  • 2021-02-08 16:31

    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.

    0 讨论(0)
  • 2021-02-08 16:40

    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.

    0 讨论(0)
提交回复
热议问题