stripe-best-practices
作成者: openai
Stripeの統合に関する意思決定をガイドします — APIの選択(Checkout Sessions vs PaymentIntents)、Connectプラットフォームのセットアップ(Accounts v2、コントローラープロパティ)、…
npx skills add https://github.com/openai/plugins --skill stripe-best-practicesLatest Stripe API version: 2026-02-25.clover. Always use the latest API version and SDK unless the user specifies otherwise.
Integration routing
| Building... | Recommended API | Details |
|---|---|---|
| One-time payments | Checkout Sessions | references/payments.md |
| Custom payment form with embedded UI | Checkout Sessions + Payment Element | references/payments.md |
| Saving a payment method for later | Setup Intents | references/payments.md |
| Connect platform or marketplace | Accounts v2 (/v2/core/accounts) | references/connect.md |
| Subscriptions or recurring billing | Billing APIs + Checkout Sessions | references/billing.md |
| Embedded financial accounts / banking | v2 Financial Accounts | references/treasury.md |
Read the relevant reference file before answering any integration question or writing code.
Key documentation
When the user's request does not clearly fit a single domain above, consult:
- Integration Options — Start here when designing any integration.
- API Tour — Overview of Stripe's API surface.
- Go Live Checklist — Review before launching.
openaiのその他のスキル
commit
openai
現在の変更から、セッション履歴を使用して適切なgitコミットを作成します。
official
yeet
openai
ローカルの変更をGitHubに公開するには、スコープを確認し、意図的にコミットし、ブランチをプッシュし、GitHubアプリからこの…を通じてドラフトPRを開きます。
official
codex-cli-runtime
openai
Claude Codeからcodex-companionランタイムを呼び出すための内部ヘルパーコントラクト
official
codex-result-handling
openai
Codexヘルパーの出力をユーザーに提示するための内部ガイダンス
official
gpt-5-4-prompting
openai
Codex Claude Codeプラグイン内でのコーディング、レビュー、診断、リサーチタスク向けにCodexおよびGPT-5.4プロンプトを作成するための内部ガイダンス
official
babysit-pr
openai
GitHubのプルリクエスト作成後、レビューコメント、CIチェック/ワークフロー実行、マージ可否状態を継続的にポーリングし、PRが…になるまで監視する。
official
code-breaking-changes
openai
破壊的変更
official
code-review
openai
プルリクエストに対して最終コードレビューを実行する
official