Is there a simple way to charge for a monthly PWA subscription without coding a backend to handle the various subscription use cases and without providing a complicated UI to subscribers?
My understanding is that Stripe offers UI to sign up for a subscription, but then offers only an API for other subscription actions such as changing from monthly to yearly or cancelling. Someone have a link describing Stripe's comprehensive UI for subscriptions?