Linda
2011-May-11 19:52 UTC
Recurring Billing API Integration w/ SAAS provide, i.e. Cheddargetter
Happy Spring All I need to implement a recurring billing solution w/ API of Cheddargetter. As a ruby nuby, I haven''t do any API integration and payment solution before. I watched railscasts about Paypal and active merchant (all in rails 2), however still a bit over my head in terms of what to do in MVC in rails 3. If anyone implemented such API integration w/ cheddargetter, chargify, spreedly, recurly or braintree, can you kindly outline tips about what to do in MVC or your sample code? Your help is greatly appreciated. Linda -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
quirk
2011-May-11 21:15 UTC
Re: Recurring Billing API Integration w/ SAAS provide, i.e. Cheddargetter
I believe this gem may be your best bet: http://rubygems.org/gems/cheddargetter_client_rails The documentation is better on the developer''s github site: https://github.com/BrentW/cheddargetter_client_rails AQ On May 11, 3:52 pm, Linda <lindacao2...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Happy Spring All > I need to implement a recurring billing solution w/ API of > Cheddargetter. As a ruby nuby, I haven''t do any API integration and > payment solution before. I watched railscasts about Paypal and active > merchant (all in rails 2), however still a bit over my head in terms > of what to do in MVC in rails 3. > > If anyone implemented such API integration w/ cheddargetter, chargify, > spreedly, recurly or braintree, can you kindly outline tips about what > to do in MVC or your sample code? Your help is greatly appreciated. > > Linda-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Linda Cao
2011-May-12 11:55 UTC
Re: Re: Recurring Billing API Integration w/ SAAS provide, i.e. Cheddargetter
Happy Thursday Quirk, Many thanks for your kind help. The doc from the developer is very helpful and exactly what I need. Cheers, Linda On Wed, May 11, 2011 at 5:15 PM, quirk <bullemhead-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I believe this gem may be your best bet: > http://rubygems.org/gems/cheddargetter_client_rails > > The documentation is better on the developer''s github site: > https://github.com/BrentW/cheddargetter_client_rails > > AQ > > On May 11, 3:52 pm, Linda <lindacao2...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Happy Spring All >> I need to implement a recurring billing solution w/ API of >> Cheddargetter. As a ruby nuby, I haven''t do any API integration and >> payment solution before. I watched railscasts about Paypal and active >> merchant (all in rails 2), however still a bit over my head in terms >> of what to do in MVC in rails 3. >> >> If anyone implemented such API integration w/ cheddargetter, chargify, >> spreedly, recurly or braintree, can you kindly outline tips about what >> to do in MVC or your sample code? Your help is greatly appreciated. >> >> Linda > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.