How can I integrate paypal payflow with rails. They have sdk available in java and .net Is there any gem for rails or any api calls for standard payment and recurring billing?
Question posted in Paypal API
The official documentation to get you started can be found here.
The official documentation to get you started can be found here.
2
Answers
We integrated paypal into our application using these gems:
https://github.com/paypal/sdk-core-ruby
https://github.com/paypal/PayPal-Ruby-SDK
this one has good documentation.Folder with samples:
https://github.com/paypal/PayPal-Ruby-SDK/tree/master/samples
Updated:
From PayFlow documentation:
token. You display the results to the customer on your website.
Full guide is here: guide
There is also a gist that may help you understand it from code perspective: gist
You can also look into ActiveMerchant. You can find your use case in the test folder of the gem.
https://github.com/activemerchant/active_merchant/tree/master/test/remote/gateways