Reputation: 349
I've seen a few questions related to API specifics and paypal. Generally speaking if I'm going to offer my rails app as a subscription based service, what are the pros and cons of the different payment systems available on rails?
My main concerns are:
Paypal seems to have some "PRO" services that meet the above criteria, but I was curious about using a gateway like Authorize.NET directly?
What does Braintree offer above and beyond these?
What about Charify? It seems to be a layer on-top of gateways like Authorize.net with added dashboards and reports.
If the gateway or payment processor is storing credit cards for me, what happens if I want to take my 10,000 customers with me to a new billing service? Do they all have to enter payment info all over again? Is there a procedure in place so that different providers can move my customer / Credit Card database between them?
Upvotes: 2
Views: 1292
Reputation: 40277
We've used Chargify and it's great for a couple of reasons:
So I highly recommend using Chargify with Authorize.net
Cons:
Upvotes: 4
Reputation: 854
I recommend this write-up which will clear up many of these questions.
Upvotes: 1