#Snicserr-webhook
1 messages · Page 1 of 1 (latest)
Hi @pine rune! I'm not sure I understand your question. Can you clarify what you are trying to achieve? And maybe share with me an event id (evt_xxx) that has this issue?
id": "evt_3KIskYJPd0ufvMGs08MiUvtT",
I am trying to handle PaymentIntent Succeed webhook when a customer succeeded their checkoutsession.
I am using Spatie Laravel Webhook handler, but I get 200 back from the webhook but when I look inside I saw HTML doc with 503: https://gyazo.com/bf7c17c025289d9b5b4e0ce8f8af975a?token=f7513e3c3bcea9423698c13b23a16a4d
And the website lottok.nl has HTTPS and SSL
I am using this package: https://github.com/spatie/laravel-stripe-webhooks
Thanks for the clarification!
That's odd. It looks like your server responded with a 200 status but the body contains a "Service Unavailable" response.
Yeah thats the whole point I dont know why
Nobody here is going to have much insight I'm afraid. From Stripe's perspective if you return a 200, we count that as the event being delivered successfully(we don't actually look at your response except to be able to show it for your own debugging).
Not sure what I can suggest except for you to check the logs of your application, talk to your webhost, or so on.