Stripe One Time Payment
Helps with Stripe, payments as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stripe-one-time-payment npx -- -y @trustedskills/stripe-one-time-payment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stripe-one-time-payment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stripe-one-time-payment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to process one-time payments using the Stripe API. It handles creating payment intents, collecting customer details securely, and confirming successful transactions. The agent can manage amounts in various currencies and integrate with existing Stripe accounts for seamless payment processing.
When to use it
- Accepting donations for a creator or project.
- Charging users a one-time fee for access to content or services.
- Processing payments for event tickets or registrations.
- Handling small, fixed-price purchases within an application.
Key capabilities
- Creates Stripe Payment Intents
- Handles various currencies
- Integrates with existing Stripe accounts
- Securely collects customer payment information
Example prompts
- "Create a payment intent for $25 USD."
- "Process a one-time payment of 10 Euros from this user."
- “Generate a link to collect payment for an event ticket costing $75.”
Tips & gotchas
- Requires access to a Stripe account and API keys.
- Ensure your Stripe account is properly configured before using the skill.
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.