#linus_webhooks
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/1331667959273226351
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- linus_best-practices, 23 hours ago, 30 messages
Hello! You said charge.refunded does not fire when "the refund button is pressed". Can you give me the ID of a specific example so I can take a look?
What day and time (UTC) did you expect the charge.refunded Event to fire for this? In other words, when was the refund button you mentioned pressed?
I pressed the button a minute ago, so I also expect it to fire at that moment
Yeah, it fired. The Event ID for it is evt_3Qjm9YPFcrAxThNO07w3CxFb
Strange, in my CLI it does not pop up. This is my stripe cli command
stripe listen --events=payment_intent.created,payment_intent.succeeded,charge.refund.updated,charge.refunded --forward-to localhost/payments/stripe/webhook --forward-connect-to localhost/payments/stripe/webhook
I just realized it could be because the events are fired from my sandbox environment and my CLI is logged in to my normal account
Ah, yep, could be.
It was... 🫣
Nice easy fix at least!
Yep, thanks😅