Stripe Setup Needed
This flow can use either Stripe Checkout Sessions or Stripe Payment Links. Right now, this plan does not have a complete Stripe checkout configuration.
Stripe Checkout Sessions option:
Install Composer dependencies, set BT_STRIPE_SECRET_KEY, and add the $starterStripePriceId value in config/stripe.local.php. Successful payments redirect to purchase_success.php?plan=starter.
Stripe Payment Link fallback:
Paste the hosted payment link into config/payments.local.php using the $starterPaymentLink variable for this plan.