#receipt-guy_api

1 messages ¡ Page 1 of 1 (latest)

fiery ledgeBOT
#

👋 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.

silent pagoda
#

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?

kindred arch
#

is this possibe?

silent pagoda
#

Role adding to what?

kindred arch
silent pagoda
#

No, that is something you would need to implement yourself; the common approach would be to use webhook events for fulfillment or provisioning service

kindred arch
#

okay thank you

#

is it hard to do?

silent pagoda
#

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