From aws-skills-for-claude-code
Builds Stripe payment integrations with Checkout Sessions, Payment Intents, subscriptions, billing, refunds. Useful for payments, checkout, subscriptions, billing, invoices, Stripe.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:stripeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Checkout Sessions: Hosted payment pages for one-time payments and subscriptions
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com"
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeGuides Stripe integration decisions — API selection, Connect platform setup, billing/subscriptions, integration surfaces, and security best practices for payments, marketplaces, and subscriptions.
Guides Stripe API choices for payments (Checkout Sessions vs PaymentIntents), Connect Accounts v2, billing/subscriptions, Treasury accounts, Payment Element, and deprecated migrations.
Integrates Stripe payments into web apps using Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Uses Stripe npm package.