如何从RoR应用程序处理信用卡?我的国家没有条纹

时间:2022-05-02 18:17:46

I wasn't sure where to ask this so decided to ask at SO, I have built an RoR app and want to process credit card of clients (monthly subscription), how can I do it (stripe is not available in my country) ?

我不知道该问什么,所以决定问一下so,我已经建了一个RoR app,想处理客户的信用卡(每月订阅),我该怎么做(我的国家没有stripe) ?

I meant what options I have (I can search online documentation for the integration part but need to know the options first)

我的意思是我有什么选项(我可以搜索集成部分的在线文档,但是需要先知道选项)

3 个解决方案

#1


2  

Some useful links:

一些有用的链接:

Tutorial: Credit Card Processing with Ruby on Rails

教程:使用Ruby on Rails处理信用卡

Ruby Gem: Credit Card Validator

Ruby Gem:信用卡验证器

Railscast: http://railscasts.com/episodes/288-billing-with-stripe?view=asciicast

Railscast:http://railscasts.com/episodes/288-billing-with-stripe?view=asciicast

#2


1  

Use PayPal payment gateway.it provides lots of functionalities or you can use authorize.net , or braintree for monthly subscription

使用贝宝支付网关。它提供了很多功能,或者你可以使用authorize.net,或者braintree每月订阅

#3


0  

Since you are looking for subscription model, either use braintree recurring payments or some other providers like Zuora or ChargeBee.

既然你在寻找订阅模式,要么使用braintree循环付款,要么使用Zuora或ChargeBee等其他提供商。

If it is a simple system, stick with braintree, charges are low. For extra stuff like proration and mailing look at Zuora or ChargeBee

如果是一个简单的系统,坚持使用braintree,收费就低。对于额外的内容,如比例和邮寄看看Zuora或ChargeBee

#1


2  

Some useful links:

一些有用的链接:

Tutorial: Credit Card Processing with Ruby on Rails

教程:使用Ruby on Rails处理信用卡

Ruby Gem: Credit Card Validator

Ruby Gem:信用卡验证器

Railscast: http://railscasts.com/episodes/288-billing-with-stripe?view=asciicast

Railscast:http://railscasts.com/episodes/288-billing-with-stripe?view=asciicast

#2


1  

Use PayPal payment gateway.it provides lots of functionalities or you can use authorize.net , or braintree for monthly subscription

使用贝宝支付网关。它提供了很多功能,或者你可以使用authorize.net,或者braintree每月订阅

#3


0  

Since you are looking for subscription model, either use braintree recurring payments or some other providers like Zuora or ChargeBee.

既然你在寻找订阅模式,要么使用braintree循环付款,要么使用Zuora或ChargeBee等其他提供商。

If it is a simple system, stick with braintree, charges are low. For extra stuff like proration and mailing look at Zuora or ChargeBee

如果是一个简单的系统,坚持使用braintree,收费就低。对于额外的内容,如比例和邮寄看看Zuora或ChargeBee