#simon_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247820863869550602
đ Have more to share? Add details, code, screenshots, videos, etc. below.
So it looks like your server returned 503 for Stripe webhook event. You would want to start debugging your server by looking at its log, and then put debugs, breakpoints etc... to dig depper in
I'm in the logs, but i'm totally lost
I found this line: 54.187.216.72 achyl.be - [04/Jun/2024:23:55:42 +0200] "POST /webhook.php HTTP/1.1" 500 - "-" "Stripe/1.0 (+https://stripe.com/docs/webhooks)"
I can screen the logs and send it if necessary
I changed the code of the file, the events are now marked as succeed in stripe, but with this error:
<b>Warning</b>: require(vendor/autoload.php): failed to open stream: No such file or directory in <b>/home/simonwagwx/achyl.be/webhook.php</b> on line <b>7</b><br />
Hey! Taking over for my colleague. This is seems to be an isse in your integration and not Stripe APIs
I strongly encourage you to download this quickstart and use it as a base project
https://docs.stripe.com/webhooks/quickstart?lang=php