#pedro-reis_webhooks

1 messages ¡ Page 1 of 1 (latest)

maiden sluiceBOT
#

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

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

simple fossil
#

hi there!

#

these errors means that Stripe sent you the event, but your server returned an error.

#

to investigate this, you need to check your server logs to understand the issue

grizzled maple
#

okay, I was just wondering why would always be the same 2 webhook requests related to the invoices

#

is there anything particular with these type of requests?

#

probably a dumb question, sorry

#

always invoice.payment_succeeded and invoice.updated

#

even when I disabled all the other events and leave these on the webhook configuration (in the stripe dashboard)

simple fossil
#

maybe? again, you need to check your server logs to understand what exactly is causing the errors on your end.