From aws-skills-for-claude-code
Access Checkout.com APIs for payments, customers, disputes, issuing, workflows, and identity verification. Activates when mentioning Checkout.com, payment processing, or Checkout API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:checkoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- docssearch — Search API operations by keyword
{
"mcpServers": {
"checkout": {
"command": "npx",
"args": ["-y", "@checkout/mcp-server"],
"env": {
"CKO_SECRET_KEY": "$CKO_SECRET_KEY"
}
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeIntegrates Stripe, PayPal, Square for checkout flows, subscriptions, webhooks, and PCI compliance. Guides secure payment processing, error handling, and best practices for billing features.
Builds Stripe payment integrations with Checkout Sessions, Payment Intents, subscriptions, billing, refunds. Useful for payments, checkout, subscriptions, billing, invoices, Stripe.
Guides Stripe API choices for payments (Checkout Sessions vs PaymentIntents), Connect Accounts v2, billing/subscriptions, Treasury accounts, Payment Element, and deprecated migrations.