More Paypal IPN questions

Hello all,

I am attempting to use the Paypal plugin with the IPN response method
from paypal.

I’ve got the outgoing request to the Paypal sandbox working and both
the querystring response and IPN response are being sent back by paypal
(the former is in the address bar and i can see the latter as a POST in
my logs).

What do i need to put in the view and controller for the IPN POST url
to process the response when it arrives?

Unfortunately the documentation is rather sparse and I’m rather held
back by my ‘nuby ruby’ status :wink:

Cheers,

Jon

This was useful for me
http://www.oobaloo.co.uk/articles/2005/12/26/rails-adventures-and-paypal-ipn

http://www.oobaloo.co.uk/articles/2005/12/26/paypal-ipn-notes
enjoy
c

Jon H. wrote:

Hello all,

I am attempting to use the Paypal plugin with the IPN response method
from paypal.

I’ve got the outgoing request to the Paypal sandbox working and both
the querystring response and IPN response are being sent back by paypal
(the former is in the address bar and i can see the latter as a POST in
my logs).

What do i need to put in the view and controller for the IPN POST url
to process the response when it arrives?

Unfortunately the documentation is rather sparse and I’m rather held
back by my ‘nuby ruby’ status :wink:

Cheers,

Jon