Credit Card processor suggestions

I have a rails site that processes credit cards using Paypal because our volume is so low that I wanted to avoid a monthly fee and storing CC info in our database. Does anyone have any suggestions for an alternative to Paypal in this situation?

I have a rails site that processes credit cards using Paypal because our volume is so low that I wanted to avoid a monthly fee and storing CC info in our database. Does anyone have any suggestions for an alternative to Paypal in this situation?

I've used TrustCommerce and Authorize.net. Both work well enough.

Be sure to pick one that is well supported by ActiveMerchant so you don't have to do it all yourself.

I would utilize stormpay if you needed something like that or money brokers. There is also google checkout.