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? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> 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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I would utilize stormpay if you needed something like that or money brokers. There is also google checkout. -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Michael D. Ivey Sent: Monday, June 25, 2007 6:52 PM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: 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''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. -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.8/869 - Release Date: 6/25/2007 5:32 PM --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---