in reply to Re^2: Modules for PayPal IPN and usage
in thread Modules for PayPal IPN and usage

Yes, basically all you need is a PayPal account. The documentation1 provided by PayPal is rather clear, so I suggest you first read up on that, before looking at the Perl modules.

In a nutshell: Your customer makes a payment, PayPal's server posts the data to your script, your script checks it and returns the data to PayPal.

A nice thing is that you can test this in the PayPal sandbox2

--
b10m

All code is usually tested, but rarely trusted.

1 https://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/ipn-intro-outside
2 https://www.paypal.com/cgi-bin/webscr?cmd=_ipn-test-about-outside