Log in
Model

AbstractIpn

Magento\Paypal\Model\AbstractIpn

What it does

This abstract class handles PayPal Instant Payment Notification (IPN) postback verification.

Developers extend this class when implementing PayPal payment methods that need to verify incoming IPN requests by posting back to PayPal's servers.

It provides core functionality for validating payment notifications, filtering payment statuses, and logging debug information.

Public Methods

  • getRequestData()