Online payments service with the best NodeJS library/wrapper

I am looking for an online payments solution like Chargify, Braintree or something else. The context is I am using NodeJS and for now just want to test how to work with online payments in development mode. So, main aspects for me is not how these services work in real-world apps, but more which of them has the most convenient connector library/wrapper written for NodeJS.

Please advise.


您可以检查Node的Github存储库中提供的模块列表:https://github.com/joyent/node/wiki/Modules#wiki-payment-gateways,您可以在其中找到Braintree模块以及支持多个支付网关的paynode。

链接地址: http://www.djcxy.com/p/73962.html

上一篇: P4合并错误,客户端和分支视图中都没有目标文件

下一篇: 在线支付服务与最好的NodeJS库/包装