Model
Payflowpro
Magento\Paypal\Model\Payflowpro
What it does
This class handles PayPal Payflow Pro payment gateway integration in Magento 2.
Developers interact with this model when processing credit card transactions including authorization, capture, void, refund, and fraud management through PayPal's Payflow Pro service.
It's automatically used when customers select Payflow Pro as their payment method during checkout.
Public Methods
- isAvailable()
- isActive()
- getConfigPaymentAction()
- authorize()
- capture()
- void()
- canVoid()
- cancel()
- refund()
- fetchTransactionInfo()
- getConfig()
- postRequest()
- buildBasicRequest()
- processErrors()
- acceptPayment()
- denyPayment()
- reviewPayment()
- setBilling()
- setShipping()
- mapGatewayResponse()
- setTransStatus()
- fillCustomerContacts()
- addRequestOrderInfo()
- assignData()