integrating-stripe-webhooks
✓Stripe Webhook エンドポイントを実装し、「Raw body not available」または署名検証エラーが発生する場合に使用します。フレームワーク全体で Raw Body 解析ソリューションとサブスクリプション期間フィールドの修正を提供します。
SKILL.md
Stripe webhooks require raw request bodies for signature verification. Most web frameworks parse JSON automatically, breaking verification. This skill provides framework-specific solutions for the raw body problem and documents common TypeScript type mismatches.
| Raw body not available | Configure custom body parser (see framework examples) | | Signature verification fails | Use raw body bytes/buffer, not parsed JSON | | 404 on webhook endpoint | Register webhook route inside API prefix | | currentperiodstart undefined | Access from subscription.items.data[0] not root |
| URI validation errors | URL-encode dynamic parameters with encodeURIComponent() |
Stripe Webhook エンドポイントを実装し、「Raw body not available」または署名検証エラーが発生する場合に使用します。フレームワーク全体で Raw Body 解析ソリューションとサブスクリプション期間フィールドの修正を提供します。 ソース: microck/ordinary-claude-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/microck/ordinary-claude-skills --skill integrating-stripe-webhooks- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
integrating-stripe-webhooks とは?
Stripe Webhook エンドポイントを実装し、「Raw body not available」または署名検証エラーが発生する場合に使用します。フレームワーク全体で Raw Body 解析ソリューションとサブスクリプション期間フィールドの修正を提供します。 ソース: microck/ordinary-claude-skills。
integrating-stripe-webhooks のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/microck/ordinary-claude-skills --skill integrating-stripe-webhooks インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/microck/ordinary-claude-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01