Docs/Finance & Compliance/PayPal

PayPal

Finance & Compliance

PayPal Node

Overview

Supports the following operations: Create Payment, Capture Payment, Refund, Get Transaction, USD, EUR, GBP, CAD, AUD.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
amountstring—Configuration field for amount
currencystring—Configuration field for currency
orderIdstring—Configuration field for orderId
captureIdstring—Configuration field for captureId

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{paypal.id}}
anyOutput field: id
{{paypal.status}}
anyOutput field: status
{{paypal.amount}}
anyOutput field: amount

Examples

Basic Usage

Example configuration:

{
  "operation": "value",
  "amount": "value",
  "currency": "value",
  "orderId": "value",
  "captureId": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try PayPal in Your Workflow

Create a free account and start building AI-powered workflows with the PayPal node.

Open Workflow Editor