PaymentServicesPaypal Module
L2DataProvider
This helper class extracts Level 2 (L2) payment card data from Magento quotes, specifically tax information required for enhanced payment processing....
L3DataProvider
This helper class generates Level 3 (L3) payment card data for PayPal transactions, which includes detailed transaction information like shipping orig...
LineItemsProvider
This helper class provides line item data for PayPal payment transactions in Magento 2. Developers use it to extract and format quote items into PayPa...
OrderCreateResponseParser
This helper class parses PayPal order creation responses and extracts transaction details (authorization or capture) from the API response. Developers...
OrderHelper
This helper class provides utility methods for formatting and preparing order data for PayPal payment processing. Developers use it to format amounts,...
PaymentSourceResponseProcessor
This helper class processes PayPal payment transaction responses and extracts relevant payment information to store in Magento's payment objects. Deve...
PaypalApiDataFormatter
This helper class formats and sanitizes data before sending it to PayPal's API. Developers use it to ensure product information, amounts, descriptions...
TextSanitiser
This helper class sanitizes text input for PayPal payment processing by removing invalid characters while preserving international language support. D...
TrackingInformationProvider
This helper class prepares shipment tracking information to be sent to PayPal's API when an order is shipped. Developers use this class to format trac...
Util
This helper class provides utility methods for identifying Payment Services PayPal payment methods within Magento 2. Developers use it to check if a g...