Model
Payflowlink
Magento\Paypal\Model\Payflowlink
What it does
This class implements PayPal Payflow Link payment method integration in Magento 2.
Developers use this when enabling PayPal Payflow Link as a payment option, which redirects customers to a PayPal-hosted payment page using secure tokens.
It handles payment initialization, token generation, and processing silent post callbacks from PayPal's gateway to update order status.
Public Methods
- validate()
- isAvailable()
- isActive()
- initialize()
- getResponse()
- process()
- buildBasicRequest()