Hi, i''ve to do a little site which need the paypal''s subscription feature. How can implement it with rails? is there any plugin to do this? I need that every month the payment has been taken, tell the system that has been successfully done and then do something else depending on the payment. I''ve seen active merchant which permit paypal payments, but what about subscriptions? Any idea? thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
ronaldc-nxG3GajcpN5BDgjK7y7TUQ@public.gmane.org
2008-Jan-31 16:54 UTC
Re: Subscriptions with paypal...how?
Mix Mix, My name is Ron Coleman, a business development manager at EC Suite. We specialize in on-line transaction processing and provide an all inclusive e-commerce toolset designed to reduce the cost of processing and marketing while you focus on managing your business. Our subscription billing service allows for flexible pricing options and multiple payment types. You can create, cancel, and modify subscriptions as needed. This offers you a more predictable cash flow for your business, with the added convenience to your customers, and the cost savings for your business. You can call me on my direct line at (480) 682-3270 or email at ronaldc-nxG3GajcpN7owKkBSvOlow@public.gmane.org On Jan 31, 8:28 am, Mix Mix <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, i''ve to do a little site which need the paypal''s subscription > feature. How can implement it with rails? is there any plugin to do > this? I need that every month the payment has been taken, tell the > system that has been successfully done and then do something else > depending on the payment. > I''ve seen active merchant which permit paypal payments, but what about > subscriptions? > Any idea? > thanks > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jan 31, 8:28 am, Mix Mix <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, i''ve to do a little site which need the paypal''s subscription > feature. How can implement it with rails? is there any plugin to do > this? I need that every month the payment has been taken, tell the > system that has been successfully done and then do something else > depending on the payment. > I''ve seen active merchant which permit paypal payments, but what about > subscriptions? > Any idea? > thanksYou can implement paypals subscriptions with activemerchant by using Instant Payment Notification, which is part of paypal. Once a user has subscribed to your subscriptions your rails application will net a notification of the subscription, and then at each billing period another notice and so forth. You application will implement a controller that will handle the notices doing the necessary book work for the notification. Do a search for "activemerchant IPN" and you find examples how to do this. --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Somewhat OT: You should also consider Amazon Flexible Payments. I don''t flat-out advocate one over the other; it depends on your app''s specific needs. Still, it''s worth a look. Jim Cropcho On Jan 31, 12:25 pm, thotar <tom.tar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Jan 31, 8:28 am, Mix Mix <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > Hi, i''ve to do a little site which need the paypal''s subscription > > feature. How can implement it with rails? is there any plugin to do > > this? I need that every month the payment has been taken, tell the > > system that has been successfully done and then do something else > > depending on the payment. > > I''ve seen active merchant which permit paypal payments, but what about > > subscriptions? > > Any idea? > > thanks > > You can implement paypals subscriptions with activemerchant by using > Instant Payment Notification, which is part of paypal. > > Once a user has subscribed to your subscriptions your rails > application will net a notification of the subscription, and then at > each billing period another notice and so forth. You application will > implement a controller that will handle the notices doing the > necessary book work for the notification. Do a search for > "activemerchant IPN" and you find examples how to do this.--~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jim Cropcho wrote:> Somewhat OT: You should also consider Amazon Flexible Payments. I > don''t flat-out advocate one over the other; it depends on your app''s > specific needs. Still, it''s worth a look. > > Jim CropchoI''ll take a look to it :) An option more would be nice for the customer, if it has some kind of subscriptions :) thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---