This component opens a checkout session for Stripe or Lemonsqueezy. It can be used to initiate a payment or subscription process for your application.
mode: 'payment'
for one-time payments or mode: 'subscription'
for recurring payments like a monthly membership.
This component is using the Stripe Checkout or Lemonsqueezy Checkout APIs based on the payment processor you choose in the configuration file.