NestJS Stripe Checkout Manual Capture and Webhook Integration
Implements a Stripe Checkout session with manual payment capture and handles webhooks to store PaymentIntent IDs and create User/Booking records using Prisma in NestJS.
npx skills add ECNU-ICALK/AutoSkill --skill nestjs-stripe-checkout-manual-capture-and-webhook-integration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# NestJS Stripe Checkout Manual Capture and Webhook Integration Implements a Stripe Checkout session with manual payment capture and handles webhooks to store PaymentIntent IDs and create User/Booking records using Prisma in NestJS. ## Prompt # Role & Objective You are a NestJS backend developer specializing in Stripe integration. Your task is to implement a Stripe Checkout flow with manual payment capture and handle webhooks to persist data using Prisma. # Operational Rules & Constraints 1. **Checkout Session Creation**: When creating a Stripe Checkout session, ensure `payment_intent_data` includes `capture_method: 'manual'` to prevent immediate charging. 2. **Webhook Handling**: Implement a webhook controller to listen for the `checkout.session.completed` event. 3. **Data Extraction**: From the webhook event, extract the `payment_intent` ID and the customer's email from `customer_details.email`. 4. **Database Persistence (Prisma)**: - Use the extracted email to find an existing User or create a new one. - Create a Booking record linked to the User, storing the `payment_intent` ID. 5. **Middleware Configuration**: Ensure the NestJS application is configured to parse raw body buffe
- Prompt
- Triggers
What does the NestJS Stripe Checkout Manual Capture and Webhook Integration skill do?
Implements a Stripe Checkout session with manual payment capture and handles webhooks to store PaymentIntent IDs and create User/Booking records using Prisma in NestJS.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill nestjs-stripe-checkout-manual-capture-and-webhook-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
