#Jerald
1 messages · Page 1 of 1 (latest)
Hey, can you elaborate on the question? You should be able to make HTTP calls from your webhook endpoint yes
Yes correct
Are you seeing a specific issue?
Iam getting Failed to connect remote host
Where exactly are you seeing that error? In Stripe? In your own code?
Can you share that evt_xxx ID?
evt_1Mo2x1AkuTMtUl0lrDQuLp2v
Thank you, I'll take a look.
That Event doesn't appear to have been sent to any webhook endpoints.
There is no webhook endpoint on the account listening for that type of Event (checkout.session.completed).
I'm not sure what you're trying to convey or show with that screenshot. The Event you provided an ID for has a type of checkout.session.completed, which is not an Event type that your webhook endpoint is currently listening for.
Sorry I sent wrong Id, recently I sent correct payment intent id (screen), which is configured in my webhook endpoint
It looks like we're having trouble reaching your endpoint. I tried curling your endpoint and encountered an error that the host name could not be looked up.
Looking at the url, it doesn't seem to follow a url formatting that I'd expect to see (no .com, .org, etc).
So the Webhook endpoint Url should have .com, .org domain, am I correct?
It should point to your server via a publicly accessible route, the exact shape of that URL will be dependent on your infrastructure.
thank you