Hacker News new | ask | show | jobs
by GoodDreams 2245 days ago
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?
2 comments

Well it depends on how "simple" you want it to be, but services have Stripe have pretty comprehensive solutions.
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?
I believe on Android there is some deeper integration with google pay. I’m on mobile so I can’t find a link right now.