简体   繁体   English

可轻松与Rails集成的Web Payment API /服务

[英]Web Payment API/Services that can be easily integrated with Rails

What are some of the popular web payment API/services that can be easily integrated with ruby on rails framework? 有哪些流行的Web支付API /服务可以与Rails框架上的ruby轻松集成? I have tried using PayPal the standard version and it was not too flexibler. 我已经尝试过使用标准版本的PayPal,但它不太灵活。 I have never tried the pro version. 我从未尝试过专业版。 Can you guys suggest other alternatives out there that are easy to use, secure, not too hefty on the commission as well and have subscription/recurring payment functionality. 你们能建议其他易于使用,安全,佣金不太高,具有订阅/定期付款功能的替代方法吗?

There is Stripe. 有条纹。 You can see nice short screencast by Ryan Bates here: http://railscasts.com/episodes/288-billing-with-stripe 您可以在此处看到Ryan Bates的精彩短片: http : //railscasts.com/episodes/288-billing-with-stripe

There are also two other options with screent cast, namely PayPal http://railscasts.com/episodes/141-paypal-basics and Active Merchant http://railscasts.com/episodes/144-active-merchant-basics Screent投射还有其他两个选项,分别是PayPal http://railscasts.com/episodes/141-paypal-basics和Active Merchant http://railscasts.com/episodes/144-active-merchant-basics

Authorize.net has an API with sample code for Ruby and several other languages. Authorize.net有一个API,其中包含针对Ruby和其他几种语言的示例代码。 No direct rails plugin, but I am sure it can be easily incorporated. 没有直接的Rails插件,但是我相信它可以很容易地合并。 I used the PHP version and incorporated it in under an hour. 我使用了PHP版本,并在一个小时内将其合并。 It has all the functions that you mentioned in your post. 它具有您在帖子中提到的所有功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM