w3-io/W3 PayPal Action
PayPal orders, payments, payouts, subscriptions, invoicing, disputes, vault, and reporting for W3 workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | 88 commands across orders, payments, payouts, subscriptions, invoicing, disputes, vault, products, reporting, webhooks, and identity | yes | — |
| client-id | PayPal OAuth2 Client ID | yes | — |
| client-secret | PayPal OAuth2 Client Secret | yes | — |
| api-url | PayPal API base URL | no | https://api-m.paypal.com |
| body | Request body as JSON (for create/update operations) | no | "" |
| order-id | Order ID | no | — |
| authorization-id | Authorization ID | no | — |
| capture-id | Capture ID | no | — |
| refund-id | Refund ID | no | — |
| payout-id | Batch payout ID | no | — |
| item-id | Payout item ID | no | — |
| plan-id | Billing plan ID | no | — |
| subscription-id | Subscription ID | no | — |
| invoice-id | Invoice ID | no | — |
| template-id | Invoice template ID | no | — |
| dispute-id | Dispute ID | no | — |
| token-id | Vault setup or payment token ID | no | — |
| product-id | Catalog product ID | no | — |
| tracker-id | Shipment tracker ID | no | — |
| webhook-id | Webhook ID | no | — |
| event-id | Webhook event ID | no | — |
| transaction-id | Transaction ID (for reporting) | no | — |
| payment-id | Recorded payment ID (for invoice) | no | — |
| customer-id | Customer ID (for vault) | no | — |
| start-date | Start date (ISO 8601) | no | — |
| end-date | End date (ISO 8601) | no | — |
| status | Status filter | no | — |
| page | Page number | no | — |
| page-size | Page size | no | — |
| total-required | Include total count in response | no | — |
| fields | Fields filter (for reporting) | no | — |
| currency-code | Currency code filter | no | — |
| balance-date | Balance as-of date (ISO 8601) | no | — |
| transaction-type | Transaction type filter | no | — |
| transaction-status | Transaction status filter | no | — |
| transaction-amount | Transaction amount filter | no | — |
| event-type | Webhook event type filter | no | — |
| session-id | Crypto onramp session ID | no | — |
| source-currency | Source currency for onramp quotes | no | — |
| destination-currency | Destination currency for onramp quotes | no | — |
| source-amount | Source amount for onramp quotes | no | — |
Outputs
| name | description |
|---|---|
| result | Command result as JSON string |