paypal
Service icon

PayPal E2E Connector

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 06 June 2023
 by 
0.0
 (0 ratings)
paypal

PayPal E2E Connector

Documentation
1.0.0

Overview 

Service (Component) to integrate with Order related PayPal APIs to perform End to End operation such as -  

  1. Create an order. 

  1. Show Order details by ID. 

  1. Capture payment for an order.  

  1. Authorize Payment for an order. 

How to Use 

  1. Create a PayPal application.  

  1. Copy your Client ID and Client Secret. 

 

  1. 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.