Short answer: You can paypal create refund in PayPal by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the PayPal PayPal Create Refund action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Capture ID captureId | string | Required | Capture ID |
Refund Amount amount | number | Optional | Leave empty for full refund |
Currency currency | string | Optional | Currency |
Reason / Note note | string | Optional | Reason / Note. e.g. "Customer requested refund" |
{"captureId": "{{trigger.captureId}}","amount": "{{trigger.amount}}","currency": "{{trigger.currency}}","note": "Customer requested refund"}
{"id": "REF-123","amount": {"value": "99.99","currency_code": "USD"},"status": "COMPLETED"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.