stripe-best-practices
作者: openai
引導 Stripe 整合決策 — API 選擇(Checkout Sessions 與 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。
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