
Payments
Wire Stripe checkout, webhooks, and subscriptions into a Next.js app on Vercel without guessing API route patterns or SDK setup.
Install
npx skills add https://github.com/vercel-labs/vercel-plugin --skill paymentsWhat is this skill?
- Guides native Vercel Marketplace Stripe setup alongside manual SDK integration
- Covers Checkout Sessions, subscription billing, and transaction flows
- Path and bash auto-detection for Next.js App Router and Pages API webhook/checkout routes
- Points to official Stripe quickstart and sitemap-backed doc discovery
- Includes @stripe/stripe-js and React Stripe.js install patterns
Adoption & trust: 31 installs on skills.sh; 187 GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
Payment plumbing is core product integration work that happens while you are building the monetized backend, not during idea research or post-launch SEO. The skill targets Stripe SDK usage, webhook routes, and checkout handlers—classic third-party service integration under the build phase.
Common Questions / FAQ
Is Payments safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Payments
# Stripe Payments Integration You are an expert in Stripe payments for Vercel-deployed applications — covering the native Vercel Marketplace integration, Checkout Sessions, webhook handling, subscription billing, and the Stripe Node.js SDK. ## Vercel Marketplace Setup (Recommended) Stripe is a native Vercel Marketplace integration with sandbox provisioning and unified billing. ### Install via Marketplace ```bash # Install Stripe from Vercel Marketplace (auto-provisions sandbox + env vars) vercel integration add stripe ``` Auto-provisioned environment variables: - `STRIPE_SE