#parth_webhook-redirect
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/1278014114521944156
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
let me be a bit more detailed, I am new to stripe and inheriting some tech that I am not familiar with.
We have a website https://medicalaffairsspecialist.org/ and recently we just launched a full update to this website without the original developers.
Strip just emailed us saying that one of our webhook is running into an error since the launch of the website on the 22nd.
The webhook's url is https://www.medicalaffairsspecialist.org/lms/stripe-response which might've been something on the old site but not on the new website.
Here is one of the event ids if you want to look at it - "id": "evt_1PsQolI8IkWHMKds3i8yzDp0",
Looks like the webhook was for something related to invoices. I just want to fix it, but not sure where to begin.
here is an id of the webhook working before the launch of the new site on the 22nd of this month - "id": "evt_1Pq09lI8IkWHMKdsBvXWlGmn",
would love any insights or inputs please
This is a delivery failure happening at the endpoint.
It looks like you have an SSL certificate issue with mismatched names, so we are not able to connect securely to your endpoint
ohh interesting, thanks for pointing that out
have other users faced this issue before? Any resources on how I could go about fixing this?
I haven't seen this specific issue, so i don't have any advice for resolving it
but you need to ensure a valis ssl configuration so we can connect
just so that I can confirm Stripe is throwing these webhook issues because its trying to look for https://www.medicalaffairsspecialist.org
but the SSL certification has https://medicalaffairsspecialist.org/
essentially missing the www?
If that's the case, you may need to revise your configured endpoint url to remove the www
I was able to update my webhook to not include the www
anyway to dummy test this?
or from your end ping this webhook without triggering any price
You should be able to retry the delivery in your dashboard: https://dashboard.stripe.com/events/evt_1PsQolI8IkWHMKds3i8yzDp0
parth_webhook-redirect
the webhook seems to be reaching the site, but now getting a 404
You might now have an answer to this, but I am just confused as to what the purpose of this endpoint might be
Inheriting past devs issues lol
Is there any stripe requirements to set up a webhook that deals with invoices specifically?
My best guess is that they probably wanted to keep the domain the same when sending out invoices
yeah it's hard to say what it does on your end but it is really common to listen to Events when integrating Stripe in general to catch for example async failure/success