I’m building a site that allows users to create their own monitors for political issues. Each monitor can be private to a user or publicly available to be subscribed to by others. The public ones are available on a marketplace (twolanterns).
I’ve figured out how to create the private monitors and to let users subscribe to the public ones. But I can’t figure out how to add a payment functionality. Users who create a public monitor should be able to set a subscription price (like, $5/month, with a 10% commission to the site) and automatically charge any other user who subscribes.
The site has the latest Stripe plugin, which works for standard products and subscriptions, but the ability to create a subscription for monitors created by users is beyond me. Any advice?