PayPal
Finance & CompliancePayPal Node
Overview
Supports the following operations: Create Payment, Capture Payment, Refund, Get Transaction, USD, EUR, GBP, CAD, AUD.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
amount | string | — | Configuration field for amount |
currency | string | — | Configuration field for currency |
orderId | string | — | Configuration field for orderId |
captureId | string | — | 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