paypal-integration
Build PayPal Checkout and Billing Flows
Payment integrations can fail when checkout, subscriptions, refunds, and webhooks are handled separately. This skill gives practical PayPal patterns for building and reviewing those flows.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "paypal-integration" from https://skillstore.io/skills/sickn33-paypal-integration.md and its manifest at https://skillstore.io/api/skills/sickn33-paypal-integration/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "paypal-integration". A developer asks for one-time PayPal checkout for a cart.
Expected outcome:
- A checkout flow with server-created orders and client approval.
- A validation checklist for amount, currency, status, merchant, and duplicate capture.
- Sandbox test cases for successful payment, cancellation, and failed capture.
Using "paypal-integration". A SaaS team asks for recurring billing guidance.
Expected outcome:
- A subscription plan workflow with product, plan, subscriber, and approval steps.
- Event handling notes for renewals, failed payments, cancellations, and refunds.
- Operational checks for plan identifiers, customer records, and billing status.
Using "paypal-integration". A support team asks how to process refunds.
Expected outcome:
- A refund workflow for full and partial refunds.
- A transaction lookup process for support review.
- A dispute response checklist with logging and customer notification steps.
Security Audit
High RiskStatic command detections are false positives caused by Markdown code fences and inline resource paths. The network findings are expected PayPal and local callback examples, with no evidence of exfiltration or prompt injection. Two high-severity semantic issues were added for payment flows that omit server-side amount, merchant, and IPN business validation.
Confirmed security concerns (2)
Risk Factors
⚙️ External commands (16)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-paypal-integration/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-paypal-integration?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-paypal-integration?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-paypal-integration/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-paypal-integration.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
sickn33. (2026). paypal-integration security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-paypal-integration/audits/4BibTeX citation
@techreport{sickn33-sickn33-paypal-integration-2026,
author = {sickn33},
title = {paypal-integration security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/sickn33-paypal-integration/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "paypal-integration security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-paypal-integration/audits/4"
identifiers:
- type: other
value: "skillstore:sickn33-paypal-integration:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-paypal-integration
2026-08-21
sickn33-paypal-integration
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Add Store Checkout
Plan a PayPal one-time payment flow for products, carts, and server-side capture.
Launch Subscription Billing
Design recurring PayPal plans, subscriber approval links, and renewal handling.
Operate Refunds And Disputes
Map refund requests, chargeback events, and transaction lookup steps.
Try These Prompts
Implement PayPal Checkout for a small store that sells fixed-price products. Include server-created orders, capture validation, and sandbox testing steps.
Design PayPal IPN handling for completed payments, refunds, and chargebacks. Include verification, duplicate prevention, and order update rules.
Build a PayPal subscription flow for monthly plans. Include plan creation, approval routing, renewal tracking, and cancellation handling.
Review my PayPal integration design before launch. Check server validation, credential handling, error handling, retries, logging, and sandbox coverage.
Best Practices
- Create and capture orders from trusted server data, then verify amount, currency, merchant, and status.
- Use PayPal sandbox and test buyer and seller accounts before using live credentials.
- Handle duplicate notifications, refunds, reversals, and network failures idempotently.
Avoid
- Do not trust browser callbacks as proof of payment.
- Do not hardcode live credentials or environment URLs in application source.
- Do not fulfill orders before server-side PayPal verification completes.
Frequently Asked Questions
Does this skill create a complete PayPal application?
Does it cover PayPal Checkout?
Does it support subscriptions?
Does it handle refunds?
Can I use the examples in production without changes?
Which AI tools can use this skill?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/paypal-integrationRef
816c62b2546ddb1c6a0453e7c781b5e095117819
Maintenance freshness
7/18/2026
Usage
7 downloads · 105 views
File structure
📄 SKILL.md