Generated output — this is a static snapshot rendered from .vibekb/. The .vibekb/ content is the source of truth. See Reference for provenance.

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_sessions are referenced without in-repo CREATE statements.
  • stripe_lib.php uses mysqli separately from the PDO auth path.
  • Dashboard “Buy More Credits” currently points to # in places.

Related functionality