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 앱을 통해 초안 PR을 엽니다.
official
codex-cli-runtime
openai
Claude Code에서 codex-companion 런타임을 호출하기 위한 내부 헬퍼 계약
official
codex-result-handling
openai
Codex 도우미 출력을 사용자에게 다시 제시하기 위한 내부 지침
official
gpt-5-4-prompting
openai
Codex 및 GPT-5.4 프롬프트를 작성하기 위한 내부 지침으로, Codex Claude Code 플러그인 내에서 코딩, 리뷰, 진단 및 연구 작업을 수행할 때 사용됩니다.
official
babysit-pr
openai
GitHub 풀 리퀘스트가 생성된 후 리뷰 코멘트, CI 검사/워크플로우 실행, 병합 가능 상태를 지속적으로 폴링하여 PR이 완료될 때까지 관리합니다.
official
code-breaking-changes
openai
호환성 깨는 변경
official
code-review
openai
풀 리퀘스트에 대한 최종 코드 리뷰 실행
official