eavz
PayPal

PayPal

Online payment platform for sending and receiving payments worldwide

OAuth2Finance
7 actions
3 triggers

Actions

Name
create_order

Create a new PayPal checkout order

get_order

Get details of a PayPal order by ID

capture_payment

Capture payment for an approved order

refund_payment

Refund a captured payment

list_transactions

List transaction events within a date range

create_payout

Send a payout to a PayPal email address

custom_api_call

Make a custom API call to the PayPal API

Triggers

Name
new_payment

Triggers when a payment capture is completed

refund_issued

Triggers when a payment capture is refunded

dispute_created

Triggers when a customer dispute is created

Quick Start

TypeScript
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.