Please, Where can i find an integration
# 🌎general
w
Please, Where can i find an integration of a suscription plan using botpress & stripe. Is there a tutorial explained here in discord?
b
what are you trying to achieve?
w
I have a botpress chatbot already finished, and I have a YouTube channel with 45K subscribers potentially interested in using my bot but I don't want to assume the cost that this will generate if I make it public and what I want is to integrate some subscription system within the chat bot that controls and grants permissions to users who have paid a small fee to use the bot
b
ah gotcha. we don't currently provide a native option to lock or gate a chatbot behind a paywall
you can provide a simple password setup though, e.g. if someone makes a purchase from you on stripe (by using the bot to direct them to a payment link), you can then send them a simple password to "unlock" the flow that will allow them to chat with the bot
but of course nothing is stopping users from sharing that password with each other
w
I have been thinking about how to do it for weeks now and I had already considered this option that you mention but it is not useful for me if the passwords are spread the bot will be used by many people. Thanks for answering. Is there any expectation that what we are talking about will be a native option in botpress? I think there would be many people using this feature.
b
building this integration ourselves isn't currently on the roadmap - the vast majority of our users have built bots that are client-facing (with no expectation that the end user will pay) or are internal
of course this might change in the future, but I can't make any promises at the moment!