#cashoutcam
1 messages · Page 1 of 1 (latest)
hi! you'd probably want to create a Discord bot, you need a backend server that can receives webhooks from Stripe and also make outgoing API requests to Discord's APIs. As far as I know that's all a bot is, a server you run some code on.
Hey! thanks for your prompt response! so i can create a discord bot, but how do i go about getting a backend server?
Stripe checkout page > user subscribes > redirected to the bot?
or Bot > Stripe checkout page > User subscribes > Role Assigned
which would be the ideal funnel
maybe something like https://www.writebots.com/discord-bot-hosting/
they don't get redirected to the bot, the bot(your server) receives a Stripe webhook
probably that I suppose