# サブスクリプションの埋め込み可能な料金表
ウェブサイトにサブスクリプションの料金表を表示し、顧客を Stripe Checkout に直接誘導します。
Stripe ダッシュボードを使用して、埋め込み可能な料金表を作成し、以下を実行できます。
- *料金情報* (The pricing model consists of the products or services you sell, how much they cost, what currency you accept for payments, and the service period to charge (for subscriptions). To build the pricing model, you use Products—what you sell—and Prices—how much and how often to charge for your products)を表示し、顧客を構築済みの決済フローに移動します。決済フローでは [Stripe Checkout](https://docs.stripe.com/payments/checkout.md) を使用して購入が完了します。
- [定額](https://docs.stripe.com/products-prices/pricing-models.md#flat-rate)、[ユーザー毎](https://docs.stripe.com/products-prices/pricing-models.md#per-seat)、[段階制料金体系](https://docs.stripe.com/products-prices/pricing-models.md#tiered-pricing)、無料トライアルなどの一般的なサブスクリプションビジネスモデルをサポートしています。
- コードを記述せずに、ダッシュボードで直接、商品と価格の情報を設定、カスタマイズ、更新できます。
- `