integrating-stripe-webhooks

Community

Fix Stripe webhook errors and implement flawless payments.

Authorpr-pm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill resolves critical Stripe webhook implementation errors including "Raw body not available" warnings, signature verification failures, and subscription data access issues that break payment flows.

Core Features & Use Cases

  • Raw Body Configuration: Framework-specific solutions for accessing unparsed request bodies required for signature verification.
  • TypeScript Type Fixes: Workarounds for missing subscription period fields in Stripe's TypeScript definitions.
  • Use Case: When your Stripe webhooks fail with 400 errors due to signature verification issues, use this Skill to implement the correct raw body parsing middleware for your framework.

Quick Start

Use the integrating-stripe-webhooks skill to show me the Fastify configuration for handling raw Stripe webhook bodies.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: integrating-stripe-webhooks
Download link: https://github.com/pr-pm/prpm/archive/main.zip#integrating-stripe-webhooks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository