PayPal ​
Process payments, manage orders, and handle disputes via the PayPal REST API.
| Detail | Value |
|---|---|
| Category | Payments |
| Base URL | https://api-m.paypal.com |
| Authentication | OAuth2 Client Credentials |
| Endpoints | 6 |
| Connector key | paypal |
Using PayPal in a workflow ​
- Go to Connections and click New Connection.
- Pick PayPal from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /checkout/orders | Create an order |
| GET /checkout/orders/{order_id} | Get order details |
| POST /checkout/orders/{order_id}/capture | Capture payment for an order |
| POST /payments/captures/{capture_id}/refund | Refund a captured payment |
| GET /payments/captures/{capture_id} | Get capture details |
| POST /payments/authorizations/{authorization_id}/capture | Capture an authorized payment |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.