Hello Everyone I am using rails 3.2.8 and using Express checkout. The concept is, once the user confirms shipping in Paypal website, next time I have to bill next time payments automatically for that user. So in my case its working now like every time user need to log-in when clicking Paypal button and have confirm shipping address. But how can I implement, direct payment from our website for all payments after the first time user confirms in paypal website. I heard about reference transaction using Billing agreement id we can do automatic payment. But I didn''t find any tutorial for rails. Can you guys provide any tutorial links? Thank you! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/RVkQLq6E1LQJ. For more options, visit https://groups.google.com/groups/opt_out.
On May 7, 2013, at 1:41 AM, Saravanan P wrote:> Hello Everyone > > I am using rails 3.2.8 and using Express checkout. > > The concept is, once the user confirms shipping in Paypal website, next time I have to bill next time payments > automatically for that user. > > So in my case its working now like every time user need to log-in when clicking Paypal button and have confirm shipping address. > > But how can I implement, direct payment from our website for > all payments after the first time user confirms in paypal website. > > I heard about reference transaction using Billing agreement id we can do automatic payment. But I didn''t find any tutorial for rails. > > Can you guys provide any tutorial links?Have a google for recurring payments with Active Merchant or Spree or another major commerce "engine". This is a well-solved problem. I believe there is a RailsApps recipe for a recurring payment (SaaS) system here: http://railsapps.github.io Walter -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Thank you Walter. I found ''paypal express'' gem. It was helped me for Reference Transaction Payment. On Tue, May 7, 2013 at 10:09 PM, Walter Lee Davis <waltd-HQgmohHLjDZWk0Htik3J/w@public.gmane.org>wrote:> > On May 7, 2013, at 1:41 AM, Saravanan P wrote: > > > Hello Everyone > > > > I am using rails 3.2.8 and using Express checkout. > > > > The concept is, once the user confirms shipping in Paypal website, next > time I have to bill next time payments > > automatically for that user. > > > > So in my case its working now like every time user need to log-in when > clicking Paypal button and have confirm shipping address. > > > > But how can I implement, direct payment from our website for > > all payments after the first time user confirms in paypal website. > > > > I heard about reference transaction using Billing agreement id we can do > automatic payment. But I didn''t find any tutorial for rails. > > > > Can you guys provide any tutorial links? > > Have a google for recurring payments with Active Merchant or Spree or > another major commerce "engine". This is a well-solved problem. I believe > there is a RailsApps recipe for a recurring payment (SaaS) system here: > http://railsapps.github.io > > Walter > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Regards by Saravanan.P -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.