#Jerald

1 messages · Page 1 of 1 (latest)

quick robinBOT
leaden jay
#

Hey, can you elaborate on the question? You should be able to make HTTP calls from your webhook endpoint yes

desert python
#

Yes correct

leaden jay
#

Are you seeing a specific issue?

desert python
#

Iam getting Failed to connect remote host

leaden jay
#

Where exactly are you seeing that error? In Stripe? In your own code?

desert python
#

In Stripe

leaden jay
#

Can you share that evt_xxx ID?

desert python
#

evt_1Mo2x1AkuTMtUl0lrDQuLp2v

odd quiver
#

Thank you, I'll take a look.

#

That Event doesn't appear to have been sent to any webhook endpoints.

desert python
#

May I know Why?

#

anything I missed?

odd quiver
#

There is no webhook endpoint on the account listening for that type of Event (checkout.session.completed).

desert python
#

I have added payment intent events into my Webhook endpoints

odd quiver
#

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.

desert python
#

Sorry I sent wrong Id, recently I sent correct payment intent id (screen), which is configured in my webhook endpoint

odd quiver
#

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).

desert python
#

So the Webhook endpoint Url should have .com, .org domain, am I correct?

odd quiver
#

It should point to your server via a publicly accessible route, the exact shape of that URL will be dependent on your infrastructure.

desert python
#

thank you