Model
Hostedpro
Magento\Paypal\Model\Hostedpro
What it does
This class implements PayPal's Website Payments Pro Hosted Solution payment gateway.
Developers use it to integrate hosted PayPal payment forms where customers are redirected to PayPal's secure servers to complete payments.
It handles payment initialization, generates secure form URLs via PayPal's API, and manages return/cancel/IPN notification URLs for payment processing.
Public Methods
- getAllowedCcTypes()
- getMerchantCountry()
- validate()
- initialize()
- getReturnUrl()
- getNotifyUrl()
- getCancelUrl()