Skip to content

PayPal ​

Process payments, manage orders, and handle disputes via the PayPal REST API.

DetailValue
CategoryPayments
Base URLhttps://api-m.paypal.com
AuthenticationOAuth2 Client Credentials
Endpoints6
Connector keypaypal

Using PayPal in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick PayPal from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /checkout/ordersCreate an order
GET /checkout/orders/{order_id}Get order details
POST /checkout/orders/{order_id}/captureCapture payment for an order
POST /payments/captures/{capture_id}/refundRefund a captured payment
GET /payments/captures/{capture_id}Get capture details
POST /payments/authorizations/{authorization_id}/captureCapture an authorized payment

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.