paypal-integration

Integrate PayPal payment processing with express checkout, subscriptions, and refunds.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ACGSpgp/ACGS --skill paypal-integration-acgspgp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paypal-integration
Source: https://github.com/ACGSpgp/ACGS/tree/main/.agent/workflows/payment-processing/1.2.1/skills/paypal-integration
Command: npx skills add https://github.com/ACGSpgp/ACGS --skill paypal-integration-acgspgp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, flask, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the integration of PayPal into applications, enabling secure and efficient online payment processing, subscription management, and refund handling.

Core Features & Use Cases

  • Payment Processing: Supports one-time payments, express checkout, and recurring billing.
  • Transaction Management: Handles IPN notifications, refunds, and chargebacks.
  • Use Case: An e-commerce platform can use this Skill to offer PayPal as a payment option, allowing customers to complete purchases quickly and securely, and enabling the platform to manage subscriptions and process refunds efficiently.

Quick Start

Use the paypal-integration skill to create a PayPal order for $25.00.

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 payment processing into my e-commerce application?

Integrate PayPal payment processing using this Skill to handle express checkout, recurring billing, and refund management. It requires handling IPN notifications and API calls for transaction management.

Can I manage PayPal subscriptions and recurring billing in Flask?

Yes, you can manage PayPal subscriptions and recurring billing in Flask. The Skill supports recurring billing for subscription-based models and requires Flask along with the requests library for API communication.

What is PayPal IPN and how do I handle transaction notifications?

PayPal IPN is a notification mechanism for transaction management. This Skill handles IPN notifications to manage transactions, process refunds, and handle chargebacks within your e-commerce platform.

Do I need the requests library to process PayPal refunds and chargebacks?

Yes, the requests library is required. The Skill depends on requests to make API calls for processing PayPal refunds, managing chargebacks, and executing transaction management tasks.

Does this PayPal integration support both client-side and server-side checkout?

Yes, it supports both client-side and server-side integration methods. This allows you to implement express checkout and one-time payments securely across various e-commerce and subscription-based business models.