My setup: Rails 3.0.9, Ruby 1.9.2, Active Merchant 1.15.0
I just started to explore the best way to integrate credit card / Paypal payment into my site. The subscribe button option seems to be the easiest way to integrate and it doesn't even require Active Merchant. However, it's Paypal's UI all the way which is not acceptable for my needs. At a minimum, here's is what I would like:
- My app hosts the credit card info gathering page
- Info from step 1 is sent directly to Paypal for processing so that none of the sensitive credit card information is ever stored on my app
For those of you with experience integrating Paypal payments, which option would you suggest and why.