Actions
| Name | Description |
|---|---|
create_orderCreate a new PayPal checkout order | Create a new PayPal checkout order |
get_orderGet details of a PayPal order by ID | Get details of a PayPal order by ID |
capture_paymentCapture payment for an approved order | Capture payment for an approved order |
refund_paymentRefund a captured payment | Refund a captured payment |
list_transactionsList transaction events within a date range | List transaction events within a date range |
create_payoutSend a payout to a PayPal email address | Send a payout to a PayPal email address |
custom_api_callMake a custom API call to the PayPal API | Make a custom API call to the PayPal API |
Triggers
| Name | Description |
|---|---|
new_paymentTriggers when a payment capture is completed | Triggers when a payment capture is completed |
refund_issuedTriggers when a payment capture is refunded | Triggers when a payment capture is refunded |
dispute_createdTriggers when a customer dispute is created | Triggers when a customer dispute is created |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'paypal',
actionName: 'create_order',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PayPal to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does PayPal support?
PayPal supports 7 actions including Create Order, Get Order, Capture Payment, Refund Payment, List Transactions, and more.
Can I use PayPal with AI agents?
Yes. Add PayPal to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does PayPal use?
PayPal uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the PayPal integration cost?
The PayPal integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does PayPal support?
PayPal supports 3 triggers including New Payment, Refund Issued, Dispute Created.
Connect PayPal in 2 minutes
Get 1,000 free actions every month. No credit card required.