Let users create their own subscription using Stripe?

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 :frowning:

So is there a way to do that ?

Thanks in advance for your help!

As the option you can alway create this as the custom component.

Thanks for replying

So you would suggest that I use the basic components (inputs etc) and create custom actions to exchange with Stripe APIs?

If you have any hint of how to do this, that would be of great help, thanks! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.