Payments
Stripe checkout
Authenticated pricing page creates Stripe Checkout sessions from stripe_products rows via stripe_lib.php.
Partially implemented Verified from source User-facing
In one sentence
stripe_create_checkout_session() builds payment or subscription Checkout based on product type and redirects the user to Stripe.
Known limitations
- Tables
stripe_products/stripe_checkout_sessionsare referenced without in-repo CREATE statements. stripe_lib.phpuses mysqli separately from the PDO auth path.- Dashboard “Buy More Credits” currently points to
#in places.