3

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) ?

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

royhowie
  • 11,075
  • 14
  • 50
  • 67
iCyborg
  • 4,699
  • 15
  • 53
  • 84

3 Answers3

2

Some useful links:

Tutorial: Credit Card Processing with Ruby on Rails

Ruby Gem: Credit Card Validator

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

Mr. Black
  • 11,692
  • 13
  • 60
  • 85
  • thanks, actually I was looking for name of services which I can use, I am using paypal but need a better option – iCyborg Oct 22 '13 at 15:43
1

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

LHH
  • 3,233
  • 1
  • 20
  • 27
  • Thanks Lalit, actually I was looking for name of services which I can use, I am using paypal but need a better option – iCyborg Oct 22 '13 at 15:43
0

Since you are looking for subscription model, either use braintree recurring payments or some other providers like Zuora or 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