stripe

2026年3月30日

Better Auth / Cal.com / Postiz で比較する Stripe subscription status の扱い

Better Auth の Stripe plugin、Cal.com、Postiz の公開実装をもとに、subscription status をそのまま保存する設計と、ドメイン状態へ潰す設計の違いを整理します。

#better-auth#cal.com#postiz-app#stripe#subscription#saas

2026年3月6日

StripeのSubscription Scheduleを実務目線で整理する

Stripe Billing の Subscription Schedule について、phase / end_behavior / proration の概念、よくあるユースケース、TypeScript 実装例をまとめます。

#stripe#billing#subscription#saas#payments

2026年3月2日

Better Auth organizationプラグインでStripeサブスクを組織課金として実装する

Better Authのorganizationと@better-auth/stripeを組み合わせ、referenceId/customerTypeを使った組織課金の実装・ER図・運用ポイントを整理します。

#better-auth#organization#stripe#subscription#saas

2026年3月2日

cal.com / postiz-app で学ぶSaaS webhook処理の実装パターン

cal.com と postiz-app の実装をもとに、Webhook受信・署名検証・イベント分配・非同期処理・運用監視までを設計観点で整理します。

#webhook#cal.com#postiz-app#stripe#saas#architecture

2026年2月25日

cal.comのStripe Connect実装をコードから読む

cal.comでStripe Connectがどこで使われ、OAuth接続から決済・Webhookまでどう流れるかを実装ベースで解説します。

#cal.com#stripe#stripe-connect#payments#oss

2026年2月14日

Better Authのsubscriptionプラグインまとめ

Better AuthでStripe連携のsubscription機能を導入する手順・主要API・運用ポイントを整理します。

#better-auth#authentication#subscription#stripe