Jumpstart pro configuration question
Hi, I am relative newbie so apologies if this is a stupid question. I want to use jumpstart pro to build out an app. It has a lot of what I need out of the box. What I am trying to figure out is will it be easy to confgure the following.
Users who sign up need to be able to integrate there own stripe account and then sell access to gated content to their customers.
So is that easy to do with jumpstart pro. the users would need an easy way to add stripe api key etc and provide unique access urls to their customers.
Jumpstart Pro doesn't currently have any marketplace functionality. You could add it yourself separate from the payments that are built-in to Jumpstart Pro.
You'd use the stripe connect omniauth gem to let the users login with Stripe and then you would need to setup payments through Stripe Connect on your account that run payments on the user's connected Stripe account. It's been a while since I've done any of that.
That's something I'd love to add in the future, but not sure when I'll be able to get to that.