4

Is there any gem to integrate paypal button api to rails application?

Alix Axel
  • 151,645
  • 95
  • 393
  • 500
Oksana
  • 13,442
  • 10
  • 53
  • 89

3 Answers3

6

a good solution is to integrate activemerchant . it works great with the paypal gateway.

look at the example on github page

andrea
  • 3,515
  • 2
  • 22
  • 14
1

The one gem you need is activemerchant. If you still need a step-by-step instruction on how to integrate it, check out: http://spin.atomicobject.com/2011/10/24/integrating-paypal-express-with-rails-3-1-part-1/

sivabudh
  • 31,807
  • 63
  • 162
  • 228
0

activemerchant is the best way to integrate Paypal..You can refer http://railscasts.com/episodes/144-active-merchant-basics http://railscasts.com/episodes/145-integrating-active-merchant Rails casts tutorial. Still there are some other gems like paypal_adaptive i got on google.. You can try this also. http://webtempest.com/paypal-adaptive-with-rails-3/

Samir Dash
  • 118
  • 8