This class provides a light wrapper around several PayPal Standard operations including creating a URL to redirect to PayPal, and a PostBack implementations for IPN notifications.

PayPal operation differs significantly from the other Credit Card processing classes in this group, since PayPal is not a straight transactional interface, but requires going through PayPal's Web interface. This class only provides a few helper methods to facilitate this process, but additional code is required to hook this logic into the Web application flow.

Note this interface only helps with the PayPal Web interface. PayPalPro is not supported with this class.

For more information see How PayPal Integration works.


What do you need: