Overview
Service (Component) to integrate with Order related PayPal APIs to perform End to End operation such as -
Create an order.
Show Order details by ID.
Capture payment for an order.
Authorize Payment for an order.
How to Use
Create a PayPal application.
Copy your Client ID and Client Secret.
Insert the Username (Client ID) and Password (Client Secret) in the Authentication REST API.
Note: If you are using PayPal Live environment instead of Sandbox environment, Change the base URL as https://api-m.paypal.com.
Refer Authentication (paypal.com), Production Environment (paypal.com) and Orders API for more details.