·stripe
</>

stripe

andrehfp/tinyplate

Next.js プロジェクトでの Stripe 決済の統合を支援します。チェックアウト フロー、サブスクリプション、Webhook、カスタマー ポータルを実装する場合、または支払いの問題をデバッグする場合に使用します。 Stripe SDK の使用法、Webhook の検証、サブスクリプションの管理について説明します。

10インストール·0トレンド·@andrehfp

インストール

$npx skills add https://github.com/andrehfp/tinyplate --skill stripe

SKILL.md

| checkout.session.completed | User completes checkout | | customer.subscription.created | New subscription starts | | customer.subscription.updated | Plan change, renewal | | customer.subscription.deleted | Subscription cancelled | | invoice.paymentsucceeded | Successful payment | | invoice.paymentfailed | Failed payment attempt |

| active | Subscription is current | | pastdue | Payment failed, retrying | | canceled | Subscription ended | | unpaid | All retry attempts failed | | trialing | In trial period | | incomplete | First payment pending |

| 4242424242424242 | Successful payment | | 4000000000000002 | Card declined | | 4000002500003155 | Requires 3D Secure | | 4000000000009995 | Insufficient funds |

Next.js プロジェクトでの Stripe 決済の統合を支援します。チェックアウト フロー、サブスクリプション、Webhook、カスタマー ポータルを実装する場合、または支払いの問題をデバッグする場合に使用します。 Stripe SDK の使用法、Webhook の検証、サブスクリプションの管理について説明します。 ソース: andrehfp/tinyplate。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/andrehfp/tinyplate --skill stripe
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

stripe とは?

Next.js プロジェクトでの Stripe 決済の統合を支援します。チェックアウト フロー、サブスクリプション、Webhook、カスタマー ポータルを実装する場合、または支払いの問題をデバッグする場合に使用します。 Stripe SDK の使用法、Webhook の検証、サブスクリプションの管理について説明します。 ソース: andrehfp/tinyplate。

stripe のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/andrehfp/tinyplate --skill stripe インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/andrehfp/tinyplate