PaymentOrderManagementInterface
Magento\PaymentServicesPaypal\Api\PaymentOrderManagementInterface
What it does
This interface defines the contract for managing PayPal payment orders in Magento 2.
Developers use this to create new payment orders with PayPal, retrieve existing payment order details, and sync payment order status between Magento and PayPal's systems.
It's essential for integrating PayPal payment processing functionality into custom checkout flows or payment extensions.
Public Methods
- create()
- get()
- sync()