#receipt-guy_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1395513816422289499
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! I'm sorry, but I'm not clear on what you're asking. Could you provide some more context on what you're doing and what you want to achieve?
i want a role auto adding when someone purchases through stripe
is this possibe?
Role adding to what?
a discord member in my server
No, that is something you would need to implement yourself; the common approach would be to use webhook events for fulfillment or provisioning service
It depends on what your abilities are!
We have a webhooks quickstart here https://docs.stripe.com/webhooks/quickstart
But you need to have a web application and a server that can receive events from Stripe and respond, and then you need a method to reach discord - I assume they have an API but I don't know anything about that specifically