Paypal Integration
Seamlessly process payments and refunds via PayPal API directly within your workflows using wshobson's integration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add paypal-integration npx -- -y @trustedskills/paypal-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"paypal-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/paypal-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The PayPal Integration skill enables AI agents to interact with PayPal's API, allowing them to process payments, manage transactions, and handle account-related tasks programmatically. It supports features like sending money, retrieving transaction details, and verifying payment statuses.
When to use it
- Automating recurring payments or subscription billing for a service
- Processing one-time payments from users within an AI-driven application
- Generating reports on PayPal transaction history for accounting purposes
Key capabilities
- Send money via PayPal API
- Retrieve transaction details
- Verify payment status
Example prompts
- "Process a $50 payment to [email protected] using the PayPal integration."
- "Check the status of transaction ID 123456789 with the PayPal API."
- "Generate a report of all transactions from the last month via PayPal."
Tips & gotchas
- Ensure you have a valid PayPal developer account and API credentials before using this skill.
- Be mindful of PayPal's rate limits and transaction fees when processing high volumes of payments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.