Log in
Model

AbstractApi

Magento\Paypal\Model\Api\AbstractApi

What it does

This is an abstract base class that provides core functionality for interacting with PayPal's API.

Developers extend this class when building specific PayPal API wrappers, gaining access to configuration settings, authentication credentials, data mapping utilities, and methods for handling line items, shipping options, and API request/response transformations.

Public Methods

  • getApiUsername()
  • getApiPassword()
  • getApiSignature()
  • getApiCertificate()
  • getBuildNotationCode()
  • getUseProxy()
  • getProxyHost()
  • getProxyPort()
  • getPageStyle()
  • getHdrimg()
  • getHdrbordercolor()
  • getHdrbackcolor()
  • getPayflowcolor()
  • getPaymentAction()
  • getBusinessAccount()
  • import()
  • export()
  • setPaypalCart()
  • setConfigObject()
  • getLocale()
  • getFraudManagementFiltersEnabled()
  • getDebugFlag()
  • getUseCertAuthentication()
  • getDebugReplacePrivateDataKeys()