Skip to content

Button Checkout

Here is a smooth and natural English translation of the section:


๐Ÿงพ Start a Stripe Checkout Session

Launch a Stripe Checkout session โ€” Perfect for one-time payments or recurring subscriptions.


โš™๏ธ Setup

  • Use mode="payment" for one-time payments
  • Or mode="subscription" for recurring payments like a monthly plan

๐Ÿ” Security

By default, users must be logged in to complete the payment to help prevent issues like fraudulent payments with fake emails.

๐Ÿ“‚ You can change this behavior in the API route: /api/stripe/create-checkout/route.js


๐Ÿงฉ Usage

This component is used to handle:

  • Stripe subscriptions
  • One-time payments

Alt Text