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
在创建后持续轮询审查评论、CI检查/工作流运行以及可合并状态,直到该拉取请求被…
official
code-breaking-changes
openai
破坏性变更
official
code-review
openai
对拉取请求进行最终代码审查
official