Gateway
Magento\Paypal\Model\Payflow\Service\Gateway
What it does
This class handles communication with PayPal's Payflow payment gateway by sending HTTP POST requests and parsing responses.
Developers use this service class when implementing Payflow payment processing to send transaction data to PayPal's gateway and receive payment results.
It handles request formatting, proxy configuration, security headers, and parsing of name-value pair responses from the gateway.
Public Methods
- postRequest()