Log in
Model

Direct

Magento\Paypal\Model\Direct

What it does

This class implements PayPal Website Payments Pro Direct payment method, handling credit card transactions directly through PayPal's API.

Developers would use this when integrating PayPal's direct credit card processing, which supports authorization, capture, void, refund operations and fraud management review workflows for orders.

Public Methods

  • setStore()
  • canUseForCurrency()
  • getConfigPaymentAction()
  • getAllowedCcTypes()
  • isAvailable()
  • getConfigData()
  • authorize()
  • void()
  • capture()
  • refund()
  • cancel()
  • canReviewPayment()
  • acceptPayment()
  • denyPayment()
  • fetchTransactionInfo()
  • canVoid()