paypal-integration

paypal-integration is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 33 tokens per session (2,505 once invoked), scanned B, original, MIT.

A PayPal payment integration adds PayPal checkout to an online store, with options such as Venmo, Pay Later installments, and card payments processed by PayPal.

In plain words
What is it for?
It is for adding PayPal buttons, express checkout, Venmo, and installment payments to ecommerce sites.
Why use it?
It lets shoppers use a payment method they already trust without entering card details directly into the store.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit It is for adding PayPal buttons, express checkout, Venmo, and installment payments to ecommerce sites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/paypal-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill paypal-integration
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for paypal-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/paypal-integration/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/paypal-integration)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/paypal-integration"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/paypal-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for paypal-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/paypal-integration"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/paypal-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,505 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.02505
Opus 5 $0.00016 $0.01252
Sonnet 5 $0.00007 $0.00501
Haiku 4.5 $0.00003 $0.00250

Measured 9d ago against content hash 238c56744f1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

paypal-integration scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

const orderRes = await fetch('https://api-m.paypal.com/v2/checkout/orders', { method: 'POST',
skills/payments-checkout/paypal-integration/SKILL.md · 244 lines

How it starts

The opening of the file, as written. The whole thing — 244 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PayPal Integration

Overview

PayPal Checkout lets shoppers pay using their PayPal balance, Venmo, Pay Later (installments), or a card processed by PayPal. It is particularly valuable in Germany, Netherlands, and Brazil where PayPal is the dominant payment method, and in any market where customers prefer not to enter card details. All major platforms have official PayPal integrations that require only credentials — no custom code needed for standard checkout.

When to Use This Skill

  • When adding PayPal as a payment option alongside a card processor
  • When implementing PayPal Express Checkout on the product page or cart (reduces steps to purchase)
  • When targeting markets where PayPal is the dominant payment method (Germany, Netherlands, Brazil)
  • When adding Venmo or Pay Later (installments) to appeal to younger shoppers

Core Instructions

Step 1: Create and configure your PayPal Business account

  1. Sign up for a PayPal Business account at paypal.com/business if you do not already have one
  2. Verify your business identity (required before you can receive payments)
  3. For development and testing: sign up at developer.paypal.com and create sandbox buyer/seller accounts
  4. Create an app at developer.paypal.com → My Apps → Create App to get your Client ID and Secret

Step 2: Install PayPal on your platform


Shopify

PayPal Express Checkout is built into Shopify and is enabled by default on most stores.

To verify or reconfigure:

  1. Go to Settings → Payments
  2. Under Payment providers, click PayPal or Activate PayPal
  3. If not already connected, click Activate and log in with your PayPal Business account to link it
  4. Choose between:
    • PayPal Express Checkout: the classic checkout flow (recommended)
    • PayPal Complete Payments: a newer integration that also supports Venmo and Pay Later

Enable Venmo and Pay Later:

  1. In your PayPal Business dashboard, go to Account Settings → Payment Preferences
  2. Enable Venmo and Pay Later — these appear automatically in the Shopify checkout once activated on your PayPal account
  3. To show a Pay Later banner on product pages: install the PayPal Pay Later Messaging app from the Shopify App Store

Read the full file on GitHub · 244 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 244 lines · 33 tokens per session scan B 238c56744f1d

Subscribe to this mod's changes

paypal-integration is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 2,505 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.