I posted a general inquiry to see if anyone had any experience, tips or code snippets from implementing PayPal IPN or PDT in Rails about a month and a half ago... Internet time being what it is, I thought I might ask again, as I''m about to implement these features and would love some examples. I seem to recall someone sending me a link to a library related to IPN but I can''t locate it now for the life of me!!! Thanks, Raymond
I use this currently: http://rafb.net/paste/results/FU7qBA49.html It has seen some mild production use. Please get back to me with improvements and suggestions, maybe we can make a little library or generator from it On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote:> I posted a general inquiry to see if anyone had any experience, tips > or code snippets from implementing PayPal IPN or PDT in Rails about a > month and a half ago... Internet time being what it is, I thought I > might ask again, as I''m about to implement these features and would > love some examples. > > I seem to recall someone sending me a link to a library related to > IPN but I can''t locate it now for the life of me!!! > > Thanks, > Raymond > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tobi http://www.snowdevil.ca - Snowboards that don''t suck http://www.hieraki.org - Open source book authoring http://blog.leetsoft.com - Technical weblog
If you guys are interested, this would be a nice feature to add to Payment -- the first Ruby Programming Shop Project. -pate On 5/21/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I use this currently: > > http://rafb.net/paste/results/FU7qBA49.html > > It has seen some mild production use. Please get back to me with > improvements and suggestions, maybe we can make a little library or > generator from it > > On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote: > > I posted a general inquiry to see if anyone had any experience, tips > > or code snippets from implementing PayPal IPN or PDT in Rails about a > > month and a half ago... Internet time being what it is, I thought I > > might ask again, as I''m about to implement these features and would > > love some examples. > > > > I seem to recall someone sending me a link to a library related to > > IPN but I can''t locate it now for the life of me!!! > > > > Thanks, > > Raymond > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > Tobi > http://www.snowdevil.ca - Snowboards that don''t suck > http://www.hieraki.org - Open source book authoring > http://blog.leetsoft.com - Technical weblog > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- thanks, -pate ------------------------- We are often unable to tell people what they need to know, because they want to know something else, and would therefore only misunderstand what we said - the Raven (George MacDonald, Lilith)
It seems this thread springs to life every month or two, so I''ll take a turn at resuscitating it. I started on a paypal gateway for the payment module last night. I''m just wanting to check if anyone has gotten it done in the meantime or if I should press on. I have a good chunk of it done and need to do some testing. It works somewhat differently than the authorize.net gateway in that there is a multi-step sequence to send data, receive IPN, verify IPN, then persist the results. I''m planning on leaving the last step to developers who can take the IPN and extract whatever they like and persist it or process the order or whatever they need to do. So, if anyone has this done already (and is planning on open sourcing it), please let me know. Thanks, -Tom On 5/23/05, pat eyler <pat.eyler-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> If you guys are interested, this would be a nice feature to add to > Payment -- the first Ruby Programming Shop Project. > > -pate > > On 5/21/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I use this currently: > > > > http://rafb.net/paste/results/FU7qBA49.html > > > > It has seen some mild production use. Please get back to me with > > improvements and suggestions, maybe we can make a little library or > > generator from it > > > > On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote: > > > I posted a general inquiry to see if anyone had any experience, tips > > > or code snippets from implementing PayPal IPN or PDT in Rails about a > > > month and a half ago... Internet time being what it is, I thought I > > > might ask again, as I''m about to implement these features and would > > > love some examples. > > > > > > I seem to recall someone sending me a link to a library related to > > > IPN but I can''t locate it now for the life of me!!! > > > > > > Thanks, > > > Raymond > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > -- > > Tobi > > http://www.snowdevil.ca - Snowboards that don''t suck > > http://www.hieraki.org - Open source book authoring > > http://blog.leetsoft.com - Technical weblog > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > thanks, > -pate > ------------------------- > We are often unable to tell people what they need to know, because > they want to know something else, and would therefore only > misunderstand what we said > - the Raven (George MacDonald, Lilith) > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -- Tom Wilcoxen http://convergentarts.com http://www.dreamhost.com/r.cgi?twilcoxen
how does authorize.net compare to paypal? any success stories? any rails/ruby modules available for integration that implement their api''s? Tom Wilcoxen wrote:>It seems this thread springs to life every month or two, so I''ll take >a turn at resuscitating it. > >I started on a paypal gateway for the payment module last night. I''m >just wanting to check if anyone has gotten it done in the meantime or >if I should press on. I have a good chunk of it done and need to do >some testing. > >It works somewhat differently than the authorize.net gateway in that >there is a multi-step sequence to send data, receive IPN, verify IPN, >then persist the results. I''m planning on leaving the last step to >developers who can take the IPN and extract whatever they like and >persist it or process the order or whatever they need to do. > >So, if anyone has this done already (and is planning on open sourcing >it), please let me know. > >Thanks, >-Tom > >On 5/23/05, pat eyler <pat.eyler-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >>If you guys are interested, this would be a nice feature to add to >>Payment -- the first Ruby Programming Shop Project. >> >>-pate >> >>On 5/21/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> >>>I use this currently: >>> >>>http://rafb.net/paste/results/FU7qBA49.html >>> >>>It has seen some mild production use. Please get back to me with >>>improvements and suggestions, maybe we can make a little library or >>>generator from it >>> >>>On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote: >>> >>> >>>>I posted a general inquiry to see if anyone had any experience, tips >>>>or code snippets from implementing PayPal IPN or PDT in Rails about a >>>>month and a half ago... Internet time being what it is, I thought I >>>>might ask again, as I''m about to implement these features and would >>>>love some examples. >>>> >>>>I seem to recall someone sending me a link to a library related to >>>>IPN but I can''t locate it now for the life of me!!! >>>> >>>>Thanks, >>>>Raymond >>>> >>>>_______________________________________________ >>>>Rails mailing list >>>>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>>>http://lists.rubyonrails.org/mailman/listinfo/rails >>>> >>>> >>>> >>>-- >>>Tobi >>>http://www.snowdevil.ca - Snowboards that don''t suck >>>http://www.hieraki.org - Open source book authoring >>>http://blog.leetsoft.com - Technical weblog >>>_______________________________________________ >>>Rails mailing list >>>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>>http://lists.rubyonrails.org/mailman/listinfo/rails >>> >>> >>> >>-- >>thanks, >>-pate >>------------------------- >>We are often unable to tell people what they need to know, because >>they want to know something else, and would therefore only >>misunderstand what we said >>- the Raven (George MacDonald, Lilith) >>_______________________________________________ >>Rails mailing list >>Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >>http://lists.rubyonrails.org/mailman/listinfo/rails >> >> >> > > > >
I am planning on writing a paypal gateway, which I will propably generalize to handle other payment systems that use similar patterns. But I wont be writing it until I actually need it which is probably about a month or so away. I''d be happy to work with you on it. Pelle On 6/22/05, Tom Wilcoxen <tomwilcoxen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It seems this thread springs to life every month or two, so I''ll take > a turn at resuscitating it. > > I started on a paypal gateway for the payment module last night. I''m > just wanting to check if anyone has gotten it done in the meantime or > if I should press on. I have a good chunk of it done and need to do > some testing. > > It works somewhat differently than the authorize.net gateway in that > there is a multi-step sequence to send data, receive IPN, verify IPN, > then persist the results. I''m planning on leaving the last step to > developers who can take the IPN and extract whatever they like and > persist it or process the order or whatever they need to do. > > So, if anyone has this done already (and is planning on open sourcing > it), please let me know. > > Thanks, > -Tom > > On 5/23/05, pat eyler <pat.eyler-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > If you guys are interested, this would be a nice feature to add to > > Payment -- the first Ruby Programming Shop Project. > > > > -pate > > > > On 5/21/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I use this currently: > > > > > > http://rafb.net/paste/results/FU7qBA49.html > > > > > > It has seen some mild production use. Please get back to me with > > > improvements and suggestions, maybe we can make a little library or > > > generator from it > > > > > > On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote: > > > > I posted a general inquiry to see if anyone had any experience, tips > > > > or code snippets from implementing PayPal IPN or PDT in Rails about a > > > > month and a half ago... Internet time being what it is, I thought I > > > > might ask again, as I''m about to implement these features and would > > > > love some examples. > > > > > > > > I seem to recall someone sending me a link to a library related to > > > > IPN but I can''t locate it now for the life of me!!! > > > > > > > > Thanks, > > > > Raymond > > > > > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > -- > > > Tobi > > > http://www.snowdevil.ca - Snowboards that don''t suck > > > http://www.hieraki.org - Open source book authoring > > > http://blog.leetsoft.com - Technical weblog > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > -- > > thanks, > > -pate > > ------------------------- > > We are often unable to tell people what they need to know, because > > they want to know something else, and would therefore only > > misunderstand what we said > > - the Raven (George MacDonald, Lilith) > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > -- > Tom Wilcoxen > http://convergentarts.com > http://www.dreamhost.com/r.cgi?twilcoxen > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- https://stakeitout.com + Stake out your own micro ventures http://neubia.com + Geek blog http://stakeventures.com + Bootstrapping blog http://SoapBX.com + Get on the box and shout
I''ll be needing something like this in the next couple of months so I''ll be available for testing and bug fixing. Tom, do you have enough done of the gateway to offer a download? Tim> It seems this thread springs to life every month or two, so I''ll take > a turn at resuscitating it. > > I started on a paypal gateway for the payment module last night. I''m > just wanting to check if anyone has gotten it done in the meantime or > if I should press on. I have a good chunk of it done and need to do > some testing. > > It works somewhat differently than the authorize.net gateway in that > there is a multi-step sequence to send data, receive IPN, verify IPN, > then persist the results. I''m planning on leaving the last step to > developers who can take the IPN and extract whatever they like and > persist it or process the order or whatever they need to do. > > So, if anyone has this done already (and is planning on open sourcing > it), please let me know. > > Thanks, > -Tom > > On 5/23/05, pat eyler <pat.eyler-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> If you guys are interested, this would be a nice feature to add to >> Payment -- the first Ruby Programming Shop Project. >> >> -pate >> >> On 5/21/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > I use this currently: >> > >> > http://rafb.net/paste/results/FU7qBA49.html >> > >> > It has seen some mild production use. Please get back to me with >> > improvements and suggestions, maybe we can make a little library or >> > generator from it >> > >> > On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote: >> > > I posted a general inquiry to see if anyone had any experience, tips >> > > or code snippets from implementing PayPal IPN or PDT in Rails about >> a >> > > month and a half ago... Internet time being what it is, I thought I >> > > might ask again, as I''m about to implement these features and would >> > > love some examples. >> > > >> > > I seem to recall someone sending me a link to a library related to >> > > IPN but I can''t locate it now for the life of me!!! >> > > >> > > Thanks, >> > > Raymond >> > > >> > > _______________________________________________ >> > > Rails mailing list >> > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> > > http://lists.rubyonrails.org/mailman/listinfo/rails >> > > >> > >> > >> > -- >> > Tobi >> > http://www.snowdevil.ca - Snowboards that don''t suck >> > http://www.hieraki.org - Open source book authoring >> > http://blog.leetsoft.com - Technical weblog >> > _______________________________________________ >> > Rails mailing list >> > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> > http://lists.rubyonrails.org/mailman/listinfo/rails >> > >> >> >> -- >> thanks, >> -pate >> ------------------------- >> We are often unable to tell people what they need to know, because >> they want to know something else, and would therefore only >> misunderstand what we said >> - the Raven (George MacDonald, Lilith) >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > -- > -- > Tom Wilcoxen > http://convergentarts.com > http://www.dreamhost.com/r.cgi?twilcoxen > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Francois Paul wrote:> how does authorize.net compare to paypal? any success stories? any > rails/ruby modules available for integration that implement their api''s?This isn''t Paypal related, just general online payments... I have to integrate a Rails site I''m building with Datacash.com (specified by the customer) at some point in the next couple of months, so will attempt to write my code in a way that it can be reused by other Rails developers, although I''m still investigating the possibility of using someone else''s payment gateway code and just making a Datacash add-on module for it. ~Dave -- Dave Silvester Rent-A-Monkey Website Development Web: http://www.rentamonkey.com/
I wrote a paypal IPN library and a nice helper for rails to generate the required button as well as docs. gem install paypal. Doc is at http://dist.leetsoft.com/api/paypal On 5/20/05, Raymond Brigleb <ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org> wrote:> I posted a general inquiry to see if anyone had any experience, tips > or code snippets from implementing PayPal IPN or PDT in Rails about a > month and a half ago... Internet time being what it is, I thought I > might ask again, as I''m about to implement these features and would > love some examples. > > I seem to recall someone sending me a link to a library related to > IPN but I can''t locate it now for the life of me!!! > > Thanks, > Raymond > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Tobi http://www.snowdevil.ca - Snowboards that don''t suck http://typo.leetsoft.com - Open source weblog engine http://blog.leetsoft.com - Technical weblog
Very nice! Thanks Tobi! On 6/22/05, Tobias Luetke <tobias.luetke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I wrote a paypal IPN library and a nice helper for rails to generate > the required button as well as docs.
On Wed, 2005-06-22 at 07:52 -0600, Tom Wilcoxen wrote:> It seems this thread springs to life every month or two, so I''ll take > a turn at resuscitating it. > > I started on a paypal gateway for the payment module last night. I''m > just wanting to check if anyone has gotten it done in the meantime or > if I should press on. I have a good chunk of it done and need to do > some testing. > > It works somewhat differently than the authorize.net gateway in that > there is a multi-step sequence to send data, receive IPN, verify IPN, > then persist the results. I''m planning on leaving the last step to > developers who can take the IPN and extract whatever they like and > persist it or process the order or whatever they need to do. > > So, if anyone has this done already (and is planning on open sourcing > it), please let me know. > > Thanks, > -TomDon''t know if you''ve seen this or not: EBay Launches Site For Open-Source Developers --------- The EBay Community Codebase is availalable at no charge to all members of the EBay Developers Program and the PayPal Developer Network. http://news.yahoo.com/s/cmp/20050622/tc_cmp/164901679/nc:1817;_ylt=A86.I2XcS7pCKHEBCQyor7oF;_ylu=X3oDMTBiMW04NW9mBHNlYwMlJVRPUCUl The API is Web Services based, which I have not yet began to sink my teeth into in Rails, but on the surface it sounds like a good fit... Howard
On Jun 22, 2005, at 9:16 AM, Tobias Luetke wrote:> I wrote a paypal IPN library and a nice helper for rails to generate > the required button as well as docs. > > gem install paypal. Doc is at http://dist.leetsoft.com/api/paypalTobias, that''s wonderful!!! I''m going to test drive it right away!!! Thanks a million, Raymond