Build a
Checkout: One-Time + Monthly Subscription

Generate a secure Stripe checkout that combines a single payment and a monthly subscription. You choose the labels and amounts; we’ll embed the checkout for you on the next step.

$

Minimum $1.00. The total will be charged once today.


$

Renews every month. You can update or cancel the subscription in Stripe’s customer portal.

We’ll open an embedded Stripe Checkout screen next. Card details are handled by Stripe; we never see or store them.

How this works

  1. Enter a one-time line item and a monthly subscription (both USD).
  2. We generate a Stripe Checkout configuration (with a monthly interval hard-coded).
  3. We pass the configuration to our /charge page, which embeds Stripe Checkout.
  4. You complete payment securely with Stripe.

Need test mode? Toggle it in code by setting stripeTest = true in this page’s script.

Un-stage
..........................................................................................