stripe-payments

Installation
SKILL.md

Stripe Payments Integration

게임/웹앱 수익화를 위한 Stripe 결제 통합 가이드.

핵심 원칙

반드시 사용

  • CheckoutSessions API — 원타임 결제 + 구독의 기본
  • Stripe 호스트 체크아웃 또는 임베디드 체크아웃 우선
  • 동적 결제 수단 — 대시보드에서 활성화 (payment_method_types 하드코딩 금지)
  • 최신 API 버전 + SDK 사용

절대 금지

  • ❌ Charges API (레거시, PaymentIntents로 마이그레이션)
  • ❌ Card Element / Payment Element card 모드 (레거시)
  • ❌ Sources API (deprecated)
  • ❌ Tokens API (SetupIntents 사용)
  • ❌ payment_method_types 하드코딩 (동적 결제 수단 사용)
Related skills
Installs
2
First Seen
10 days ago