PayPal
61 actions · 51 events · 1 auth method
PreviewPayments
Authentication
OAuth 2.0 (Client Credentials)
PayPal uses OAuth 2.0 Client Credentials for server-to-server API access. You need a PayPal Developer account with a RES…Guides: Connector Profile, Link Account
Actions
61 actions
Action
Description
Create Order
Create a new PayPal order for payment processing
Get Order
Show details for an order by ID
Capture Order Payment
Capture payment for an approved order
Authorize Order Payment
Authorize payment for an approved order
Update Order
Update an order with CREATED or APPROVED status
Get Captured Payment
Retrieve details of a captured payment
Refund Captured Payment
Refund a captured payment in full or partially
Get Refund
Retrieve details of a specific refund
Get Authorization
Retrieve details of an authorized payment
Capture Authorized Payment
Capture an authorized payment
Void Authorization
Void an authorized payment
List Invoices
List invoices with optional filtering and pagination
Get Invoice
Retrieve details of a specific invoice by ID
Create Draft Invoice
Create a new draft invoice
Update Invoice
Fully update an existing invoice — use this to change payment terms, line items, recipient, amounts, or any other invoic…
Delete Invoice
Delete a draft invoice by ID
Send Invoice
Send or schedule a draft invoice to the recipient
Cancel Sent Invoice
Cancel a sent invoice
Record Invoice Payment
Records an external payment (cash, check, bank transfer, etc.) against a sent invoice via POST /v2/invoicing/invoices/{i…
Generate Invoice Number
Generate the next sequential invoice number
Search Invoices
Search for invoices using filters via POST /v2/invoicing/search-invoices. All filter fields go in the request body (not…
Send Invoice Reminder
Send a reminder to the payer about an invoice. The invoice must have at least one recipient with an email address — invo…
Record Invoice Refund
Records a refund against a paid invoice via POST /v2/invoicing/invoices/{invoice_id}/refunds. If the total refunded amou…
Delete External Payment
Delete an external payment from an invoice
List Products
List catalog products with pagination
Get Product
Retrieve details of a specific catalog product
Create Product
Create a new catalog product. Only name and type are required; never block on a missing optional value like home_url or…
Update Product
Update a catalog product’s description, category, image_url, or home_url fields using JSON Patch with “add” or “remove”…
List Subscription Plans
List subscription billing plans with pagination
Get Subscription Plan
Retrieve details of a specific subscription plan
Create Subscription Plan
Create a new subscription billing plan linked to a product, defining pricing, billing cycles, and payment preferences. F…
Update Plan
Update a billing plan’s name, description, payment preferences, or tax settings using JSON Patch. Returns 204 No Content…
Activate Plan
Activate a billing plan that was created with status CREATED. Returns 204 No Content on success.
Deactivate Plan
Deactivate an ACTIVE billing plan. No new subscriptions can be created against it. Returns 204 No Content on success.
Get Subscription
Retrieve the full details of a specific PayPal subscription including its status, billing info, subscriber details, and…
Create Subscription
Create a new PayPal subscription that enrolls a subscriber into a billing plan, returning HATEOAS approval links the sub…
Update Subscription
Update an ACTIVE or SUSPENDED subscription using JSON Patch operations. Returns 204 No Content on success.
Revise Subscription Plan Or Quantity
Revise the plan, quantity, or shipping details of a subscription. Requires buyer re-approval via redirect.
Cancel Subscription
Cancel an active subscription
Suspend Subscription
Suspend an active subscription
Activate Subscription
Activate a suspended subscription
List Subscription Transactions
List transactions for a specific subscription
Create Batch Payout
Create a batch payout to send payments to multiple recipients (max 15,000 items). sender_batch_id must be unique per 30…
Get Batch Payout
Retrieve details of a batch payout
Get Payout Item
Retrieve details of a specific payout item
Cancel Unclaimed Payout Item
ONLY works on UNCLAIMED payout items — PENDING items cannot be cancelled (returns 400). Always check transaction_status…
List Disputes
List disputes with optional filtering by state, date range, or transaction ID. Supports page and page_size (1-50, defaul…
Get Dispute
Retrieve details of a specific dispute
Accept Dispute Claim
Accept a dispute claim and refund the buyer
Send Dispute Message
Send a message about a dispute to the other party
Escalate Dispute To Claim
Escalate a dispute to a PayPal claim
List Transactions
Search for transactions within a date range
List Balances
List account balances by currency
List Webhooks
List all webhooks for the app
Get Webhook
Retrieve full details of a specific webhook by its ID
Create Webhook
Create a new webhook to receive event notifications. WARNING — PayPal sends a live HTTPS request to the URL at creation…
Delete Webhook
Delete a webhook by ID
Update Webhook
Update a webhook’s URL or event types using JSON Patch. Only the “replace” operation is supported.
List Webhook Event Types
List all available webhook event types
List Webhook Event Notifications
List webhook event notifications with optional filtering by date range, transaction ID, or event type. If filtering by d…
Get Webhook Event
Retrieve details of a specific webhook event notification by ID
Events
|
No tags found
51 events
Event
Description
Tags
Order Approved
Fired when a payer approves a checkout order. The order is ready to be captured or authorized.
PayPalOrder
Order Completed
Fired when a checkout order is completed (all purchase units captured).
PayPalOrder
Payment Approval Reversed
Fired when a buyer-approved checkout payment approval is reversed.
PayPalOrder
Payment Capture Completed
Fired when a payment capture completes successfully.
PayPalCapture
Payment Capture Denied
Fired when a payment capture is denied.
PayPalCapture
Payment Capture Pending
Fired when a payment capture is pending review or clearing.
PayPalCapture
Payment Capture Refunded
Fired when a captured payment is refunded (fully or partially).
PayPalRefund
Payment Capture Reversed
Fired when a captured payment is reversed by PayPal.
PayPalRefund
Payment Authorization Created
Fired when a payment authorization is created (funds held).
PayPalAuthorization
Payment Authorization Voided
Fired when a payment authorization is voided and held funds are released.
PayPalAuthorization
Sale Completed
Fired when a sale (v1 payment) completes. Commonly fired for subscription recurring payments.
PayPalSale
Sale Denied
Fired when a sale (v1 payment) is denied.
PayPalSale
Sale Pending
Fired when a sale (v1 payment) is pending.
PayPalSale
Sale Refunded
Fired when a sale (v1 payment) is refunded.
PayPalRefund
Sale Reversed
Fired when a sale (v1 payment) is reversed.
PayPalRefund
Payout Batch Success
Fired when a batch payout completes successfully.
PayPalPayout
Payout Batch Denied
Fired when a batch payout is denied.
PayPalPayout
Payout Batch Processing
Fired when a batch payout begins processing.
PayPalPayout
Payout Item Succeeded
Fired when an individual payout item succeeds.
PayPalPayout
Payout Item Failed
Fired when an individual payout item fails.
PayPalPayout
Payout Item Blocked
Fired when an individual payout item is blocked.
PayPalPayout
Payout Item Canceled
Fired when an individual payout item is canceled.
PayPalPayout
Payout Item Held
Fired when an individual payout item is held.
PayPalPayout
Payout Item Refunded
Fired when an individual payout item is refunded.
PayPalPayout
Payout Item Returned
Fired when an individual payout item is returned (unclaimed funds returned to sender).
PayPalPayout
Payout Item Unclaimed
Fired when an individual payout item becomes unclaimed and is cancellable.
PayPalPayout
Invoice Created
Fired when an invoice is created.
PayPalInvoice
Invoice Updated
Fired when an invoice is updated.
PayPalInvoice
Invoice Cancelled
Fired when an invoice is cancelled.
PayPalInvoice
Invoice Paid
Fired when an invoice is fully paid.
PayPalInvoice
Invoice Refunded
Fired when an invoice is refunded.
PayPalInvoice
Invoice Scheduled
Fired when an invoice is scheduled for future sending.
PayPalInvoice
Billing Plan Created
Fired when a billing plan is created.
PayPalPlan
Billing Plan Updated
Fired when a billing plan is updated.
PayPalPlan
Billing Plan Activated
Fired when a billing plan is activated.
PayPalPlan
Billing Plan Deactivated
Fired when a billing plan is deactivated.
PayPalPlan
Billing Plan Pricing Change Activated
Fired when a pricing change on a billing plan is activated.
PayPalPlan
Subscription Created
Fired when a subscription is created (APPROVAL_PENDING).
PayPalSubscription
Subscription Activated
Fired when a subscription becomes active.
PayPalSubscription
Subscription Updated
Fired when a subscription is updated.
PayPalSubscription
Subscription Cancelled
Fired when a subscription is cancelled.
PayPalSubscription
Subscription Suspended
Fired when a subscription is suspended.
PayPalSubscription
Subscription Expired
Fired when a subscription expires.
PayPalSubscription
Subscription Re-Activated
Fired when a suspended subscription is re-activated.
PayPalSubscription
Subscription Payment Failed
Fired when a recurring subscription payment fails.
PayPalSubscription
Customer Dispute Created
Fired when a customer opens a dispute.
PayPalDispute
Customer Dispute Updated
Fired when a customer dispute is updated.
PayPalDispute
Customer Dispute Resolved
Fired when a customer dispute is resolved.
PayPalDispute
Risk Dispute Created
Fired when a risk-based dispute is created.
PayPalDispute
Generic PayPal Webhook
Processes any PayPal webhook event not matched by a specific handler, emitting the native event_type.
PayPalGeneric
Webhook Active Check
Answers PayPal connectivity/reachability checks with HTTP 200. Does not emit an event.
PayPalVerification
Getting Started
1
Create or Select a Project
Set up a new project or select an existing one. See the Projects Guide.
2
Configure the Connector
Enable the connector and set up a connector profile in your project. See Managing Connectors.
Connector Profile
PayPal - OAuth 2.0 (Client Credentials)
3
Link an Account
Connect an account using StackOne Hub or Auth Link.
Link Account
PayPal - OAuth 2.0 (Client Credentials)
4
Use Actions
Invoke actions using one of the methods below:
- MCP – Model Context Protocol for AI assistants
- A2A – Agent-to-Agent protocol
- AI Toolset (TypeScript) – TypeScript SDK for AI agents
- AI Toolset (Python) – Python SDK for AI agents
- Actions RPC – Direct API calls
- Playground – Test actions in the dashboard