#Morgangarrard

1 messages · Page 1 of 1 (latest)

cinder caveBOT
thorn zealot
#

Hi there

#

What error are you seeing?

fathom glen
thorn zealot
#

Okay so that 404 error comes from your server

#

It is still you that you don't have a route set up correctly for that URL endpoint

fathom glen
#

Yes i think so i dont know if the route is correct or not

thorn zealot
#

Yeah it pretty clearly isn't based on that error.

#

This isn't really a Stripe-specific issue. This is about your server configuration so I can't really help that much here.

fathom glen
#

what do you mean server issue?

#

This is how I set it up

thorn zealot
#

Yeah okay that looks like you are using a plugin

#

So the plugin is who is controlling your server and code here.

#

So you need to reach out to them directly about this issue.

fathom glen
#

But i got an email from stripe saying that the webhook is not setup properly

thorn zealot
#

Sure but we don't handle setting up your webhook or the code that entails.

#

That is your integration

#

Which it looks like you are using a third party plugin for

#

So you need to talk to that third party

#

And ask them for help fixing it

fathom glen
#

Okay but the plugin does not control how i setup the webhook, all i need you to do is look to see if i set it ip correctly on stripe

#

the plugin simply doesn't control that

thorn zealot
#

I can't tell you that. You correctly added a Webhook endpoint in Stripe, but whether that server endpoint can actually receive Webhook events is something the plugin controls since they control your server.

fathom glen
#

yes they can receive webhook events but i think i have put the infromation in incorectly how hard is it for you to take a look at what i have done.

thorn zealot
#

I did look. I am saying there is no way for me to know if what you have done is correct or not.

fathom glen
#

Can you not look at my stripe account

thorn zealot
#

I could if you give me your account ID but it wouldn't help at all. I think you are fundamentally misunderstanding how Webhook endpoints work.

#

You add a URL (a Webhook endpoint) in your Stripe Account. We attempt to send events to that URL. That URL is hosted by your server and has code to receive the events that Stripe sends.

#

RIght now your server is telling us (via the error message that your server is sending us) that there is no route found for the URL and request method that Stripe is attempting to send events to.

#

Since I can't see your server configuration for that endpoint and what the code expects, I can't tell you what is wrong.