Stripe Checkout (subscription mode)
Manages recurring payments through subscription-based billing.
If user's retrieve subscription is 0 (meaning not subscribed to any plan), this triggers a custom workflow to Create a subscription. Here are the steps:
If user's retrieve subscription > 0 (meaning user is subscribed to a plan), this triggers a custom workflow to Update a subscription using a confirmation popup (🍿PU_Action) which handles the steps for updating a subscription:
PreviousStripe Checkout (payment + price id + multi line items)NextStripe Checkout (Subscription with price id)
Last updated