payments Skill
Stripe payments integration guidance — native Vercel Marketplace setup, checkout sessions, webhook handling, subscription billing, and the Stripe SDK. Use when implementing payments, subscriptions, or processing transactions. Published by openai in plugins.
What is payments Skill?
Stripe payments integration guidance — native Vercel Marketplace setup, checkout sessions, webhook handling, subscription billing, and the Stripe SDK. Use when implementing payments, subscriptions, or processing transactions. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using plugins
Technical details
- Install or run with Copy skill directory
When to use payments Skill
- Use it for developers using plugins.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/vercel/skills/payments/SKILL.md
What it does
Stripe payments integration guidance — native Vercel Marketplace setup, checkout sessions, webhook handling, subscription billing, and the Stripe SDK. Use when implementing payments, subscriptions, or processing transactions.
Skill instructions
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: - STRIPESECRETKEY — server-side API key - STRIPEPUBLISHABLEKEY — client-side publishable key - STRIPEWEBHOOKSECRET — webhook endpoint signing secret SDK Setup bash Server-side SDK npm install stripe Client-side SDK (for Stripe Elements / Checkout) npm install @stripe/stripe-js @stripe/react-stripe-js Initialize the Stripe Client ts // lib/stripe.ts import Stripe from "stripe"; export const stripe = new Stripe(process.env.STRIPESECRETKEY!, { apiVe
Explore related resources
Frequently asked questions
What is payments?
payments is a open-source AI agent skill with Copy skill directory. Stripe payments integration guidance — native Vercel Marketplace setup, checkout sessions, webhook handling, subscription billing, and the Stripe SDK.
Who is payments best for?
payments is best for reusing agent instructions, scripts, and references.
How do I install payments?
Install or run payments using Copy skill directory. Check payments for the latest setup command.
Is payments actively maintained?
payments may need a closer maintenance check before production use.
Auto-fetched from GitHub.