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

前端 未结 8 910
暖寄归人
暖寄归人 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:14

    omnipay is the best solution for PHP

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

    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
    0 讨论(0)
  • 2021-02-08 16:20

    There is django-bursar for use with django.

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

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

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

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

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

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

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