PayPal Action Block
The PayPal Action Block lets you create payments, manage orders, and send payouts from your workflows.
⚠️
Requires PayPal REST API credentials (Client ID and Secret). Obtain them from the PayPal Developer Dashboard.
Supported Actions
- Create Order - Create a payment order with item details and amounts.
- Capture Payment - Capture an authorized payment for an order.
- Send Payout - Send batch payouts to multiple recipients.
- Get Order Details - Retrieve the status and details of an existing order.
- Refund Payment - Issue a full or partial refund for a captured payment.
Configuration
- Client ID / Secret - PayPal REST API credentials (sandbox or live).
- Order Amount - Total amount and currency code for the order.
- Recipient Email - PayPal email for payout operations.
- Order ID - Target order for capture, detail, or refund operations.
Use Cases
- Process payments within a chatbot-driven purchase workflow.
- Automate vendor payouts when milestones are completed.
- Issue refunds automatically based on support ticket resolution.