paypal

Manage PayPal transactions including invoicing, payment capture, and refunds.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/NimbleBrainInc/connector-skills --skill paypal-nimblebraininc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paypal
Source: https://github.com/NimbleBrainInc/connector-skills/tree/main/paypal
Command: npx skills add https://github.com/NimbleBrainInc/connector-skills --skill paypal-nimblebraininc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires paypalrestsdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of PayPal transactions, ensuring accurate invoicing, order processing, and payment handling for merchants.

Core Features & Use Cases

  • Invoicing: Create, send, and manage invoices directly through PayPal.
  • Order Processing: Set up payment intents and capture payments for orders.
  • Refunds: Issue refunds with detailed control over the amount and currency.
  • Use Case: If you're a merchant handling payments through PayPal, this Skill can help you automate common tasks like sending out invoices, capturing payments, and processing refunds.

Quick Start

Use the PayPal skill to create a new invoice for $100 to the customer with email '[email protected]'.

Frequently Asked Questions about paypal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PayPal invoice creation and payment processing?

Automate PayPal invoice creation and payment processing by configuring the paypalrestsdk to manage merchant account transactions, send invoices, and capture payments directly through the API.

Can I issue partial refunds for PayPal transactions through the API?

Yes, you can issue PayPal refunds with detailed control over the exact amount and currency, enabling precise dispute resolution and transaction management via the API integration.

Do I need a PayPal merchant account to process payments and set up recurring billing?

Yes, you need a PayPal merchant account with active API access credentials to process payments, manage orders, and handle recurring billing scenarios securely.

What is the best way to handle PayPal order capturing and transaction disputes?

Handle PayPal order capturing and disputes by setting up payment intents to authorize and capture funds, utilizing the paypalrestsdk to manage the transaction lifecycle accurately.

Why does PayPal transaction management require API access for processing refunds?

PayPal transaction management requires API access to authenticate merchant requests, ensuring secure communication for creating invoices, capturing payments, and issuing refunds.

Are there limitations when using paypalrestsdk for recurring billing and invoice management?

While the paypalrestsdk supports invoicing, order processing, and refunds, complex recurring billing cycles may require additional custom logic beyond standard payment intents.