Log in
Interface

IpnInterface

Magento\Paypal\Model\IpnInterface

What it does

This interface defines the contract for processing PayPal Instant Payment Notification (IPN) requests.

Developers implement this interface when creating classes that handle incoming webhook notifications from PayPal, verify their authenticity, and execute appropriate business logic based on payment events like successful transactions, refunds, or disputes.

Public Methods

  • processIpnRequest()