Hi there,
I’m trying to build a website that would let users create custom subscriptions that they could offer to their clients, but it seems currently the only way I can let users define their product in Stripe is using Stripe Connect and the “Marketplace” component.
Thing is I don’t want end clients to do a one-shot payment, but subscribe to a subscription.
That way the end client would pay monthly automatically for the subscription, the money would go to my website’s user Stripe account, and I would get a fee on that amount. I understand this work with the Marketplace component but not the subscription one
So is there a way to do that ?
Thanks in advance for your help!