#lg-superiority_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255502495162171453
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Thanks
When a customer subscribes to a subscription, I would like them to receive a role on my Discord server.
we know nothing about Discord here, we can only help with Stripe questions.
oh
if you are using Payment Links, you will receive a checkout.session.completed event
I have a second request
and you can use that event to handle order fulfilment, like giving a role to the user.
I would like to offer several subscription rates (monthly, every 3 months, every 6 months) so that the client can choose which one he prefers
ok
and for this ?
this is covered here: https://docs.stripe.com/payments/checkout/fulfill-orders#fulfill
ok thanks
I would like to offer several subscription rates (monthly, every 3 months, every 6 months) so that the client can choose which one he prefers
maybe use the Pricing Table for this? https://docs.stripe.com/payments/checkout/pricing-table
then create multiple payment links and build your own UI to show the different options
It's very hard
I just want a link for a channel discord
Otherwise, I create one link for monthly, one link for every 3 months, and one link for every 6 months.
Otherwise, I create one link for monthly, one link for every 3 months, and one link for every 6 months.
yes that's what I suggested above.