PaymentOrderRequestInterface
Magento\PaymentServicesPaypal\Api\PaymentOrderRequestInterface
What it does
This interface defines REST API endpoints for managing PayPal payment orders in Magento 2.
Developers use it to create, retrieve, and synchronize payment orders for both logged-in customers and guest checkouts, supporting features like vault intent for saved payment methods and 3D Secure authentication.
It serves as the contract for payment order operations that integrate with Adobe's Payment Services PayPal module.
Public Methods
- create()
- createGuest()
- get()
- getForGuest()
- sync()
- syncForGuest()