Log in
Model

PayflowConfig

Magento\Paypal\Model\PayflowConfig

What it does

This configuration class manages PayPal Payflow payment gateway settings in Magento 2.

Developers use it to retrieve transaction URLs, convert Magento payment actions to Payflow transaction types (authorize-only or sale), and check if Payflow payment methods are active.

It extends the base PayPal Config class and provides Payflow-specific configuration mappings.

Public Methods

  • getTrxType()
  • getTransactionUrl()
  • getPaymentAction()
  • isMethodActive()