paypal-integration

Automate PayPal Express Checkout, subscriptions, and refund workflows via REST API.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill paypal-integration-leonardoteodoroo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paypal-integration
Source: https://github.com/leonardoteodoroo/amino-advanced/tree/main/.agent/skills/paypal-integration
Command: npx skills add https://github.com/leonardoteodoroo/amino-advanced --skill paypal-integration-leonardoteodoroo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.

Core Features & Use Cases

  • Express Checkout integration for fast purchases.
  • Subscriptions and recurring billing management.
  • IPN/webhook handling and refund workflows.

Quick Start

Configure a sandbox PayPal client and run a simple purchase flow to capture a payment.

Frequently Asked Questions about paypal-integration

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

FAQPage Schema
How do I integrate PayPal Express Checkout for fast purchases?

PayPal Express Checkout integration uses the client-side JavaScript SDK to initiate fast purchase flows and server-side REST API calls to capture the payment. It applies to e-commerce platforms requiring streamlined online transactions.

What is the best way to handle PayPal recurring billing and subscriptions?

PayPal recurring billing and subscriptions are managed via billing plans configured through server-side REST API calls. This supports SaaS apps needing automated recurring billing workflows for online transactions.

How do I process refunds and manage IPN and webhook handling for PayPal payments?

PayPal refund workflows and IPN/webhook handling automate transaction event processing via server-side REST API calls. This supports e-commerce platforms needing automated payment processing and refund management.

Can I use this PayPal payment processing integration for a SaaS app or marketplace?

Yes, PayPal payment processing supports e-commerce platforms, SaaS apps, and marketplaces requiring online payments, recurring billing, and refund workflows. It handles checkout, subscriptions, and refunds comprehensively.

Do I need a sandbox PayPal client to test payment processing flows?

Yes, configuring a sandbox PayPal client is required to run a simple purchase flow and test capturing a payment. This validates your Express Checkout integration safely before production deployment.