#definitelyrealluckyguy_api

1 messages ¡ Page 1 of 1 (latest)

cinder forgeBOT
#

👋 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/1222035081317712005

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

astral storm
#

I'm quite new to stripe API and the docs confuses me, If anyone can suggest on what I should do in this case, please let me know. I will also provide extra details if you need

#

I'll repeat the process i've made so far:

In the bot, it has 5 options which different payment_links, but there's one thing that is common in every link which is the Discord Username custom_fields i've added which i will use to find the user who sent the payment, i've been working with payment_links and charges and I found charges to be the right endpoint but it lacks the information i needed as the custom_field it provides are just the parameters available in the link and not the actual user input

brisk fableBOT
sharp notch
#

Custom field is only available on Checkout Session object and doesn't get populated to other objects such as Charges.

I'd recommend listening to checkout.session.* events for the custom fields